Crate danube_client

Source
Expand description

Danube-Client

Danube-Client – the Danube stream service client

Modules§

Structs§

  • Consumer represents a message consumer that subscribes to a topic and receives messages. It handles communication with the message broker and manages the consumer’s state.
  • ConsumerBuilder is a builder for creating a new Consumer instance.
  • Configuration options for consumers
  • The main client for interacting with the Danube messaging system.
  • A builder for configuring and creating a DanubeClient instance.
  • Represents a message producer responsible for sending messages to partitioned or non-partitioned topics distributed across message brokers.
  • A builder for creating a new Producer instance.
  • Configuration options for producers
  • Represents a schema for data, including its type and associated schema data.

Enums§