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

add variable for advertised.host.name #25

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

shmish111
Copy link

No description provided.

@@ -24,7 +24,11 @@ host.name={{kafka_listen_address}}
# Hostname the broker will advertise to producers and consumers. If not set, it uses the
# value for "host.name" if configured. Otherwise, it will use the value returned from
# java.net.InetAddress.getCanonicalHostName().
{% if kafka_listen_address is defined %}
Copy link
Contributor

Choose a reason for hiding this comment

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

You have listen address in the if and advertised_host_name below.

@shmish111
Copy link
Author

Sorry about that, fixed now

@tkuhlman
Copy link
Contributor

Looks good. The only other thing that sticks out to me is that this is useful enough to mention in the Readme, could you add it into the optional variables list.

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