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

Avoid duplicate values for listeners and listener_security_protocol_map in KafkaContainer #8850

Merged
merged 1 commit into from
Jul 5, 2024

Conversation

eddumelendez
Copy link
Member

Currently, when KafkaContainer is started more than one time then
KAFKA_LISTENERS and KAFKA_LISTENER_SECURITY_PROTOCOL_MAP registers
an additional entry, which is duplicated.

Fixes #8619

…ap in KafkaContainer

Currently, when KafkaContainer is started more than one time then
`KAFKA_LISTENERS` and `KAFKA_LISTENER_SECURITY_PROTOCOL_MAP` registers
an additional entry, which is duplicated.

Fixes #8619
@eddumelendez eddumelendez requested a review from a team as a code owner July 5, 2024 18:02
@eddumelendez eddumelendez added this to the next milestone Jul 5, 2024
@eddumelendez eddumelendez merged commit bd919df into main Jul 5, 2024
100 checks passed
@eddumelendez eddumelendez deleted the gh-8619 branch July 5, 2024 19:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: Running multiple instances of static Kraft container will fail on listeners config
1 participant