|
librdkafka
The Apache Kafka C/C++ client library
|
| ▼NRdKafka | |
| CBrokerMetadata | Metadata: Broker information |
| CConf | Configuration interface |
| CConsumeCb | Consume callback class |
| CConsumer | Simple Consumer (legacy) |
| CDeliveryReportCb | Delivery Report callback class |
| CEvent | Event object class as passed to the EventCb callback |
| CEventCb | Event callback class |
| CHandle | Base handle, super class for specific clients |
| CKafkaConsumer | High-level KafkaConsumer (for brokers 0.9 and later) |
| CMessage | Message object |
| CMessageTimestamp | Message timestamp object |
| CMetadata | Metadata container |
| 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 | KafkaConsunmer: Rebalance callback class |
| CSocketCb | Portability: SocketCb callback 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 |