Crate madsim_rdkafka

Source

Modules§

admin
Admin client.
bindings
FFI bindings.
client
Common client functionality.
config
Producer and consumer configuration.
consumer
Kafka consumers.
error
Error manipulations.
groups
Group membership API.
helpers
Utility functions.
message
Store and manipulate Kafka messages.
metadata
Cluster metadata.
mocking
Mocking functionality
producer
Kafka producers.
statistics
Client and broker statistics.
topic_partition_list
Data structures representing topic, partitions and offsets.
types
Aliases for types defined in the auto-generated bindings.
util
Utility functions and types.

Structs§

ClientConfig
Client configuration.
Statistics
Overall statistics.
TopicPartitionList
A structure to store and manipulate a list of topics and partitions with optional offsets.

Enums§

Offset
A Kafka offset.
Timestamp
Timestamp of a Kafka message.

Traits§

ClientContext
Client-level context.
IntoOpaque
Converts Rust data to and from raw pointers.
Message
A generic representation of a Kafka message.