-
Notifications
You must be signed in to change notification settings - Fork 6
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
Allow multiple credentials for a single hostname #201
Comments
This should already be supported:
|
@cnweaver It looks like that requires specifying specific users though. Unfortunately, the usernames generated by GCN-Kafka are randomly generated, and will be different across different deployments, so we don't have an easy way to implement specifying usernames at the stage where we instantiate the consumers and producers. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
As a user, I'd like to be able to specify multiple credentials for a single hostname. I'm trying to listen to two separate topics on gcn-kafka that have the same hostname but separate credentials. Is that possible?
The text was updated successfully, but these errors were encountered: