Skip to content
This repository has been archived by the owner on Dec 7, 2021. It is now read-only.

Find alternative to duplicating config variables for replication factors #2

Open
OneCricketeer opened this issue Feb 19, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@OneCricketeer
Copy link
Owner

OneCricketeer commented Feb 19, 2019

In #3 , I copied out some config variables and referenced them in the same file.

Ideally, Ansible/Vagrant should be able to just let me set the variables like

kafka:
  broker:
    config:
      offsets.topic.replication.factor: 1

However, this appears to overwrite the entire kafka.broker subtree, and not only kafka.broker.config, so the playbook fails trying to first find kafka.broker.group (and other sub-nodes)

@OneCricketeer OneCricketeer added the bug Something isn't working label Feb 19, 2019
OneCricketeer pushed a commit that referenced this issue Apr 30, 2019
OneCricketeer added a commit that referenced this issue Apr 30, 2019
(#2) fix for replication factors
@OneCricketeer OneCricketeer changed the title Find way to fix replication factors Find alternative to duplicating config variables for replication factors Apr 30, 2019
@OneCricketeer OneCricketeer added enhancement New feature or request and removed bug Something isn't working labels Apr 30, 2019
# for free to subscribe to this conversation on GitHub. Already have an account? #.
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant