|
|
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
*/
|
|
|
CopyOptionsToBIO (IStringStringMap, IMessageClientDelegate, IOptionFilter, IOptionValidator)
|
/**
Copy options to the built-in consumer.
This does not pass UNKNOWN value to kafka, rather lets Kafka keep its default value
and behavior if any options that would normally go to Kafka are currently set as unknown.
*/
|
|
|
CopyTopicOptionsToBIO (IStringKeyedMap, IMessageClientDelegate, IOptionFilter, IOptionValidator)
|
/**
Convert topic options from internal map over to BIO via the delegate
*/
|