You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by GitBox <gi...@apache.org> on 2018/01/12 04:28:07 UTC

[GitHub] zhaijack opened a new pull request #1059: Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code, conf and cli)

zhaijack opened a new pull request #1059: Issue 1014: Rename "global zookeeper" to "configuration-store"(change in code, conf and cli)
URL: https://github.com/apache/incubator-pulsar/pull/1059
 
 
   ### Motivation
   We learned from our customers that 'global-zookeeper' is a bit confusing. people feels that the global zookeeper is the single point of failure, when it is down, pulsar is not functionable. since it is mostly used for configuration/policies, it is better to rename it to make the meaning more clear, so people will know directly that it is used for storing configurations/policies and they will not be freak out, or having other bad impressions.
   
   It would be good to rename "global zookeeper" to "configuration store".
   
   ### Modifications
   - rename "global zookeeper" to "configuration store" in code and cli command.
   - mark old "global zookeeper" as "Deprecated".
   - Add new "configuration store" to replace "global zookeeper".
   
   ### Result
   Since old "global zookeeper" is marked as deprecated, so it still OK to run as old way. Maybe finally removed in next release.
   Encourage user to use new "configuration store".

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services