You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we do this by running zkctl init, then modifying the config, then proceeding with other zkctl commands. This feels hacky. Given zkctl is writing the config, it would be nice if zkctl itself supported this.
PR to follow.
The text was updated successfully, but these errors were encountered:
Feature Description
Add ability to add arbitrary config lines to ZooKeeper config via zkctl(d)
Use Case(s)
Currently zkctl(d) writes ZK config according to a template in the Vitess repo (zoo.cfg). There is no clean way to customize this config.
For example, we find it useful to add the following configs in our setup:
Today we do this by running
zkctl init
, then modifying the config, then proceeding with otherzkctl
commands. This feels hacky. Given zkctl is writing the config, it would be nice if zkctl itself supported this.PR to follow.
The text was updated successfully, but these errors were encountered: