Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Kafka Group Support #908

Closed
Resha777 opened this issue Dec 19, 2024 · 2 comments
Closed

Kafka Group Support #908

Resha777 opened this issue Dec 19, 2024 · 2 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Resha777
Copy link

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.

@Resha777 Resha777 changed the title Kafka Group support Kafka Group Support Dec 19, 2024
@dmachard dmachard added enhancement New feature or request help wanted Extra attention is needed labels Dec 19, 2024
@dmachard
Copy link
Owner

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?

@Resha777
Copy link
Author

Thank you for your response , It's true i managed to set it up in from the consumer side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants