Expand description
Commonly-used API function(s), struct(s) and enum(s)
Modulesยง
- add_
messages_ to_ locked_ work_ vec - Helper for locking the work Vec and draining all messages while locked
- build_
kafka_ client_ config - helper for building a static configuration
KafkaClientConfigobject from environment variables - build_
kafka_ publish_ message - helper for building a supported
KafkaPublishMessagemessage. - drain_
messages_ from_ locked_ work_ vec - Helper for locking the work Vec and draining all messages while locked
- get_
kafka_ consumer - Create a
rdkafka::consumer::BaseConsumerfrom aKafkaClientConfig - get_
kafka_ producer - Create a
rdkafka::producer::FutureProducerfrom aKafkaClientConfig - kafka_
publish_ message - class definition and implementation for
KafkaPublishMessage - kafka_
publish_ message_ type - enum for supported message types with the
kafka_threadpool