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

[kafka_consumer] Switch ZK example from string to list #624

Merged
merged 1 commit into from
Jul 28, 2017
Merged

[kafka_consumer] Switch ZK example from string to list #624

merged 1 commit into from
Jul 28, 2017

Conversation

jeffwidman
Copy link
Contributor

@jeffwidman jeffwidman commented Jul 25, 2017

kazoo 2.4 merged python-zk/kazoo#424 which means kazoo now supports a list of multiple endpoints, not just a single string.

So updating the example conf file as a list is more readable than a string, and for most configuration management setups will require less munging of inputs when assembling variables into a template.

Note: Requires #623 to be merged first

`kazoo` 2.4 merged python-zk/kazoo#424 which means `kazoo` now supports a list of multiple endpoints, not just a single string.

So updating the example conf file as a list is more readable than a string, and for most configuration options will require less munging of inputs.
@bits-bot
Copy link
Collaborator

@jeffwidman, thanks for your PR! By analyzing the history of the files in this pull request, we identified @truthbk to be a potential reviewer.

@jeffwidman jeffwidman changed the title Switch ZK example from string to list [kafka_consumer] Switch ZK example from string to list Jul 25, 2017
@truthbk truthbk self-assigned this Jul 25, 2017
@truthbk truthbk added this to the 5.17 milestone Jul 25, 2017
Copy link
Member

@truthbk truthbk left a comment

Choose a reason for hiding this comment

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

According to python-zk/kazoo@72a8d96 this should be seamless and appears backward compatible. 👍

@truthbk truthbk merged commit 67da252 into DataDog:master Jul 28, 2017
@jeffwidman jeffwidman deleted the patch-2 branch July 29, 2017 00:59
gml3ff pushed a commit that referenced this pull request May 14, 2020
* Added ssl_ca_cert to vault template

* Fix vault template.
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

4 participants