librdkafka
The Apache Kafka C/C++ client library
|
▼NRdKafka | |
CBrokerMetadata | Metadata: Broker information |
CConf | Configuration interface |
CConsumeCb | Consume callback class |
CConsumer | Simple Consumer (legacy) |
CConsumerGroupMetadata | ConsumerGroupMetadata holds a consumer instance's group metadata state |
CDeliveryReportCb | Delivery Report callback class |
CError | Used as a return value from APIs to propagate an error. The error consists of an error code which is to be used programatically, an error string for showing to the user, and various error flags that can be used programmatically to decide how to handle the error; e.g., should the operation be retried, was it a fatal error, etc |
CEvent | Event object class as passed to the EventCb callback |
CEventCb | Event callback class |
CHandle | Base handle, super class for specific clients |
▼CHeaders | Headers object |
CHeader | Header object |
CKafkaConsumer | High-level KafkaConsumer (for brokers 0.9 and later) |
CMessage | Message object |
CMessageTimestamp | Message timestamp object |
CMetadata | Metadata container |
COAuthBearerTokenRefreshCb | SASL/OAUTHBEARER token refresh callback class |
COffsetCommitCb | Offset Commit callback class |
COpenCb | Portability: OpenCb callback class |
CPartitionerCb | Partitioner callback class |
CPartitionerKeyPointerCb | Variant partitioner with key pointer |
CPartitionMetadata | Metadata: Partition information |
CProducer | Producer |
CQueue | Queue interface |
CRebalanceCb | KafkaConsumer: Rebalance callback class |
CSocketCb | Portability: SocketCb callback class |
CSslCertificateVerifyCb | SSL broker certificate verification class |
CTopic | Topic handle |
CTopicMetadata | Metadata: Topic information |
CTopicPartition | Topic+Partition |
Crd_kafka_err_desc | Error code value, name and description. Typically for use with language bindings to automatically expose the full set of librdkafka error codes |
Crd_kafka_group_info | Group information |
Crd_kafka_group_list | List of groups |
Crd_kafka_group_member_info | Group member information |
Crd_kafka_message_t | A Kafka message as returned by the rd_kafka_consume* () family of functions as well as provided to the Producer dr_msg_cb() |
Crd_kafka_metadata_broker_t | Broker information |
Crd_kafka_metadata_partition_t | Partition information |
Crd_kafka_metadata_t | Metadata container |
Crd_kafka_metadata_topic_t | Topic information |
Crd_kafka_topic_partition_list_t | A growable list of Topic+Partitions |
Crd_kafka_topic_partition_t | Topic+Partition place holder |
Crd_kafka_vu_t | VTYPE + argument container for use with rd_kafka_produce_va() |