Piyush Sahu

Results 3 comments of Piyush Sahu

Are your headers meaningfully different in the different produce requests? **No** Header is same for all the requests Below is the code snippet: private readonly IKafkaProducer _producer; //code logic var...

`IKafkaProducer` is just a wrapper which uses `IProducer` from confluent kafka library. is it doing anything to header except pass it through to ProduceAsync? **No**

We went with other alternatives. I am closing the ticket for now.