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

do not implicitly connect to Kafka network #2139

Merged
merged 2 commits into from Dec 6, 2019

Conversation

bsideup
Copy link
Member

@bsideup bsideup commented Dec 2, 2019

Apparently, there is a bug(?) in Docker that sometimes(!)
re-assigns random ports when container is connect to network.
It means that we cannot lazily connect KafkaContainer to
network in case it wasn't set.

This reverts #2079 and only keeps the warning message.

Apparently, there is a bug(?) in Docker that sometimes(!)
re-assigns random ports when container is connect to network.
It means that we cannot lazily connect KafkaContainer to
network in case it wasn't set.
@bsideup bsideup added this to the next milestone Dec 2, 2019
@bsideup bsideup requested a review from a team December 2, 2019 20:40
@bsideup bsideup merged commit bb0554b into master Dec 6, 2019
@delete-merged-branch delete-merged-branch bot deleted the fix_implicit_kafka_network branch December 6, 2019 09:35
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.

None yet

2 participants