Description
Kafka client support helps C and C++ applications publish and consume event streams from Apache Kafka clusters. It is useful for logging pipelines, analytics, messaging backends, and data-processing services.
This is a client library, not a Kafka broker. Applications must handle credentials, retries, ordering expectations, backpressure, and sensitive data in messages.