Crate madsim_rdkafka
Source - adminNon-
madsim - Admin client.
- bindings
- FFI bindings.
- clientNon-
madsim - Common client functionality.
- configNon-
madsim - Producer and consumer configuration.
- consumerNon-
madsim - Kafka consumers.
- errorNon-
madsim - Error manipulations.
- groupsNon-
madsim - Group membership API.
- helpers
- Utility functions.
- messageNon-
madsim - Store and manipulate Kafka messages.
- metadataNon-
madsim - Cluster metadata.
- mockingNon-
madsim - Mocking functionality
- producerNon-
madsim - Kafka producers.
- statisticsNon-
madsim - Client and broker statistics.
- topic_partition_listNon-
madsim - Data structures representing topic, partitions and offsets.
- types
- Aliases for types defined in the auto-generated bindings.
- utilNon-
madsim - Utility functions and types.
- ClientConfig
- Client configuration.
- Statistics
- Overall statistics.
- TopicPartitionList
- A structure to store and manipulate a list of topics and partitions with optional offsets.
- Offset
- A Kafka offset.
- Timestamp
- Timestamp of a Kafka message.
- ClientContext
- Client-level context.
- IntoOpaque
- Converts Rust data to and from raw pointers.
- Message
- A generic representation of a Kafka message.