Message Distribution

Message Distribution

A Kafka producer application produces records to a topic partition of a specific Kafka Cluster. Message Distribution makes sure these records are distributed to the same topic in all Kafka Clusters of the tenant instance.

By distributing to the same topic on all Kafka Clusters a Kafka consumer application can consume the records from any of the Kafka Clusters of the tenant instance by just using the topic name.

Enabling Message Distributor with Distributor Helm Charts

See the Deploying Distributor page for instructions on deploying the Message Distributor