Amit Gurav
Amit Gurav
Suppose, I have two clients A and B. and two topics T1 and T2. **Client A** want to send the message on **topic T1**. But he should not able to...
Suppose, I have two clients A and B. and two topics T1 and T2. Client A want to send the message on topic T1. But he should not able to...
Can I send kafka message header along with data (or actual message). Similar to sarama producer's ProducerMessage. https://github.com/Shopify/sarama/blob/master/async_producer.go#L166