You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using dnstap to capture requests from multiple dns servers then forward it to my kafka , the only issue is I can't specify which kafka group to send to , only topics , which is not enough for my use case , it would be great if you can implement it as an optional feature in the kafkaproducer, since you are already using kafka-go library , i think it would be easy for you. appreciate your support.
The text was updated successfully, but these errors were encountered:
I’m not sure I fully understand your request. As far as I know, groups are a concept primarily used on the consumer side in Kafka. Could you clarify what you mean by adding group support for the producer?
I'm using dnstap to capture requests from multiple dns servers then forward it to my kafka , the only issue is I can't specify which kafka group to send to , only topics , which is not enough for my use case , it would be great if you can implement it as an optional feature in the kafkaproducer, since you are already using kafka-go library , i think it would be easy for you. appreciate your support.
The text was updated successfully, but these errors were encountered: