Crate high_level_kafka

Source
Expand description

§High-level kafka client for rust.

This crate provides a high-level kafka client for rust. It is built on top of the rdkafka crate.

§Features

  • Consumer
  • Producer
  • Admin
  • Streams

Modules§

consumer
publisher

Structs§

Metadata
Metadata for a consumed message

Enums§

KafkaError
Error type for the crate
KafkaResult
Result type for the crate