Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
fix(kafka): Fix internal docker connection #2894
base: main
Are you sure you want to change the base?
fix(kafka): Fix internal docker connection #2894
Changes from 41 commits
320e54d
9b6537d
15f4ca3
c7552f4
8904938
7b38c28
98793d7
62a68b5
a7c4a9f
bfa9191
f1b0d48
128d31a
ead068a
eb71110
a4d91e2
dd8fcec
5c147d4
b31e1af
9f23a4d
e63a604
f9cb155
8394529
31950f4
3aa2cbf
d61004f
df53491
bf02852
152ef0c
efa0f7d
d669bfb
4c44b97
ba701e1
b51be12
c8c47f4
cc60b86
84cd919
8a65a7b
fdbabd2
3429d0b
01ba4e9
63ee6cf
8660157
3c1e739
4f152f2
76cf56d
ec67726
da0deb8
f2aaa60
f82cfc9
2b00774
50f9bcc
7772f4f
45f6660
aa341f8
278ec35
fc81847
4ab2546
9adbd97
67c3480
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
suggestion: use struct, double return to check exists and quote:
question: do ports really need to be unique, I would expect it to be the name port combination that needs to be?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not a kafka expert, so I'm not sure about that. @eddumelendez @catinapoke what are your thoughts on this?