-
Notifications
You must be signed in to change notification settings - Fork 14
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
feat(Kafka): Add option to login to SASL password-protected Kafka, like MSK #100
Conversation
In the first use, I got these timeout errors so that only a part of the hosts generated: ... but the second one worked fine: https://master-jenkins-csb-perf.apps.ocp-c1.prod.psi.redhat.com/job/InsightsROS_runner/398/console |
I've changed to default the kafka_user and kafka_password to "" and modified the scripts to take that into account and also refactored some Kafka consumer/producer code to be separated into a method. |
…nfig hash as it doesn't work that way
it uses partitions_for_topic, no sub
…mer code into separate method, use default kafka username = ""
No description provided.