librdkafka
The Apache Kafka C/C++ client library
|
▼NRdKafka | |
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 |
CDeliveryReportCb | Delivery Report callback class |
COAuthBearerTokenRefreshCb | SASL/OAUTHBEARER token refresh callback class |
CPartitionerCb | Partitioner callback class |
CPartitionerKeyPointerCb | Variant partitioner with key pointer |
CEventCb | Event callback class |
CEvent | Event object class as passed to the EventCb callback |
CConsumeCb | Consume callback class |
CRebalanceCb | KafkaConsumer: Rebalance callback class |
COffsetCommitCb | Offset Commit callback class |
CSslCertificateVerifyCb | SSL broker certificate verification class |
CSocketCb | Portability: SocketCb callback class |
COpenCb | Portability: OpenCb callback class |
CConf | Configuration interface |
CHandle | Base handle, super class for specific clients |
CTopicPartition | Topic+Partition |
CTopic | Topic handle |
CMessageTimestamp | Message timestamp object |
▼CHeaders | Headers object |
CHeader | Header object |
CMessage | Message object |
CQueue | Queue interface |
CConsumerGroupMetadata | ConsumerGroupMetadata holds a consumer instance's group metadata state |
CKafkaConsumer | High-level KafkaConsumer (for brokers 0.9 and later) |
CConsumer | Simple Consumer (legacy) |
CProducer | Producer |
CBrokerMetadata | Metadata: Broker information |
CPartitionMetadata | Metadata: Partition information |
CTopicMetadata | Metadata: Topic information |
CMetadata | Metadata container |
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() |