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

doc: add ports aliugment note in Kafka privatelink guide #31222

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bobbyiliev
Copy link
Contributor

Motivation

Adding a small note to point out that misalignment between ports and broker addresses will result in connectivity issues.

@bobbyiliev bobbyiliev requested a review from a team as a code owner January 29, 2025 09:16
@@ -151,4 +151,7 @@ CREATE CONNECTION kafka_connection TO KAFKA (
);
```

The `(PORT <port_number>)` value must match the port that you used when creating the **TCP listener** in the Network Load Balancer. Be sure to specify the correct availability zone for each broker.
There are a few important things to note:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There's a few more places where this needs to be adapted. I can push the changes in tomorrow, since those are still fresh in my head from the cross-region docs PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants