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

FIX: readme update for basic CDC setup #324 #357

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

Conversation

gouravk3
Copy link

@gouravk3 gouravk3 commented Oct 16, 2024

Updated the readme for running the basic CDC setup, will be the fix for issue #324

The command hostname -i outputs the IP address associated with the hostname of the machine, while hostname -I displays all network interfaces IP addresses on the machine.

Whenadvertise_address is set as machine's hostname, and while deploying the connector configurations, error was returned. This can be fixed by passing one of the networks IP address.

Copy link
Collaborator

@vaibhav-yb vaibhav-yb left a comment

Choose a reason for hiding this comment

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

Hi @gouravk3 Can you please update the description to mention why was the change needed from hostname -i to hostname -I | awk '{print $1}'?

It is fine currently, but once the description of the PR will go to the commit description once we merge the PR, that will help anybody in future understand the commit quickly without going to a bunch of hyperlinks.

@gouravk3
Copy link
Author

gouravk3 commented Nov 16, 2024

Hi @vaibhav-yb, I have updated the description of the PR, please have a look.

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