|
|
|
ConvertAcksOption (IConfigBuilder, IStringStringMap)
|
/*
Convert acks specified as object to configuration string
@param builder Configuration builder where Acks (required acknowledgements) option is stored
@param config The destination map where the converted value for Acks (required acknowledgements) is stored
*/
|
|
|
|
ConvertBootstrapServerOption (IConfigBuilder, IStringStringMap)
|
/**
Retrieves the bootstrap servers property and converts it to a format that librdkafka understands,
and stores the result into the given configuration map.
*/
|
|
|
|
ConvertSASLMechanismOption (IConfigBuilder, IStringStringMap)
|
/**
Convert SASLMechanism from enum to string if necessary.
@param builder Configuration builder where SASL Mechanism option is stored
@param config The destination map where the converted value for SASL Mechanism is stored
*/
|
|
|
|
ConvertSecurityProtocolOption (IConfigBuilder, IStringStringMap)
|
/*
Convert security protocol enum to string appropriate for librdkafka
@param builder Configuration builder where security protocol option is stored
@param config The destination map where the converted value for security protocol is stored
*/
|
|
|
|
CopyTopicOptionsToBIO (IStringKeyedMap, IMessageClientDelegate)
|
/**
Convert topic options from internal map over to BIO via the delegate
*/
|