v0.2.0 · Interface
admin
Cluster administration: topics, partitions, configuration, groups, ACLs.
Every operation is async. librdkafka already runs these asynchronously
over an internal result queue, so this is a closer mapping than a blocking
call with a timeout — the caller composes the wait rather than being handed
a deadline it did not choose.
Resources
Records
R
new-topic
RA topic to create.
operation-result
ROutcome of one entry in a batch admin operation.
described-config
RA configuration entry as reported by the broker.
partition-metadata
RA partition's replication state.
topic-metadata
Rbroker-metadata
Rcluster-metadata
Rgroup-member
Rconsumer-group
Racl-binding
An ACL binding.
Type Aliases
T
config-entry
TA client configuration property.
error
TAn error, with librdkafka's own classification attached.
partition-ref
TA partition, named.
partition-offset
TA position in a partition.
partition-result
TOne partition's outcome from a batch operation.
partition
TA partition index within a topic.
offset
TA record's position within a partition.
uuid
TA Kafka UUID, as the protocol encodes it.
timestamp-ms
Milliseconds since the Unix epoch.