Modern C++ Kafka API
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CKAFKA_API::BrokerMetadataThe metadata info for a topic
 CKAFKA_API::clients::consumer::ConsumerGroupMetadataA metadata struct containing the consumer group information
 CKAFKA_API::clients::consumer::ConsumerRecordA key/value pair to be received from Kafka
 CKAFKA_API::clients::admin::CreateTopicsResultThe result of AdminClient::createTopics()
 CKAFKA_API::clients::admin::DeleteRecordsResultThe result of AdminClient::deleteRecords()
 CKAFKA_API::clients::admin::DeleteTopicsResultThe result of AdminClient::deleteTopics()
 CKAFKA_API::ErrorUnified error type
 Cstd::exceptionSTL class
 CKAFKA_API::KafkaExceptionSpecific exception for Kafka clients
 CKAFKA_API::HeaderMessage Header (with a key value pair)
 CKAFKA_API::clients::InterceptorsInterceptors for Kafka clients
 CKAFKA_API::clients::KafkaClientThe base class for Kafka clients
 CKAFKA_API::clients::admin::AdminClientThe administrative client for Kafka, which supports managing and inspecting topics, etc
 CKAFKA_API::clients::consumer::KafkaConsumerKafkaConsumer class
 CKAFKA_API::clients::producer::KafkaProducerKafkaProducer class
 CKAFKA_API::KafkaMetricsHelps to parse the metrics string with JSON format
 CKAFKA_API::clients::admin::ListTopicsResultThe result of AdminClient::listTopics()
 CKAFKA_API::BrokerMetadata::NodeInformation for a Kafka node
 CKAFKA_API::BrokerMetadata::PartitionInfoIt is used to describe per-partition state in the MetadataResponse
 CKAFKA_API::clients::producer::ProducerRecordA key/value pair to be sent to Kafka
 CKAFKA_API::PropertiesThe properties for Kafka clients
 CKAFKA_API::clients::ConfigConfiguration for Kafka clients
 CKAFKA_API::clients::admin::AdminClientConfigConfiguration for the Kafka Consumer
 CKAFKA_API::clients::consumer::ConsumerConfigConfiguration for the Kafka Consumer
 CKAFKA_API::clients::producer::ProducerConfigConfiguration for the Kafka Producer
 CKAFKA_API::clients::producer::RecordMetadataThe metadata for a record that has been acknowledged by the server
 CKAFKA_API::clients::SaslOauthbearerTokenSASL OAUTHBEARER token info
 CKAFKA_API::TimestampThe time point together with the type
 CKAFKA_API::clients::consumer::UnorderedOffsetCommitQueueThe queue can be used to determine the right offset to commit