Modern C++ Kafka API
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level
1
2
3
]
C
KAFKA_API::BrokerMetadata
The metadata info for a topic
C
KAFKA_API::clients::consumer::ConsumerGroupMetadata
A metadata struct containing the consumer group information
C
KAFKA_API::clients::consumer::ConsumerRecord
A key/value pair to be received from Kafka
C
KAFKA_API::clients::admin::CreateTopicsResult
The result of
AdminClient::createTopics()
C
KAFKA_API::clients::admin::DeleteRecordsResult
The result of
AdminClient::deleteRecords()
C
KAFKA_API::clients::admin::DeleteTopicsResult
The result of
AdminClient::deleteTopics()
C
KAFKA_API::Error
Unified error type
▼
C
std::exception
STL class
C
KAFKA_API::KafkaException
Specific exception for Kafka clients
C
KAFKA_API::Header
Message
Header
(with a key value pair)
C
KAFKA_API::clients::Interceptors
Interceptors
for Kafka clients
▼
C
KAFKA_API::clients::KafkaClient
The base class for Kafka clients
C
KAFKA_API::clients::admin::AdminClient
The administrative client for Kafka, which supports managing and inspecting topics, etc
C
KAFKA_API::clients::consumer::KafkaConsumer
KafkaConsumer
class
C
KAFKA_API::clients::producer::KafkaProducer
KafkaProducer
class
C
KAFKA_API::KafkaMetrics
Helps to parse the metrics string with JSON format
C
KAFKA_API::clients::admin::ListTopicsResult
The result of
AdminClient::listTopics()
C
KAFKA_API::BrokerMetadata::Node
Information for a Kafka node
C
KAFKA_API::BrokerMetadata::PartitionInfo
It is used to describe per-partition state in the MetadataResponse
C
KAFKA_API::clients::producer::ProducerRecord
A key/value pair to be sent to Kafka
▼
C
KAFKA_API::Properties
The properties for Kafka clients
▼
C
KAFKA_API::clients::Config
Configuration for Kafka clients
C
KAFKA_API::clients::admin::AdminClientConfig
Configuration for the Kafka Consumer
C
KAFKA_API::clients::consumer::ConsumerConfig
Configuration for the Kafka Consumer
C
KAFKA_API::clients::producer::ProducerConfig
Configuration for the Kafka Producer
C
KAFKA_API::clients::producer::RecordMetadata
The metadata for a record that has been acknowledged by the server
C
KAFKA_API::clients::SaslOauthbearerToken
SASL OAUTHBEARER token info
C
KAFKA_API::Timestamp
The time point together with the type
C
KAFKA_API::clients::consumer::UnorderedOffsetCommitQueue
The queue can be used to determine the right offset to commit
Generated on Wed Jul 3 2024 09:31:01 for Modern C++ Kafka API by
1.9.1