pantheon-systems / search_api_pantheon

ApachSolr on Pantheon for Drupal 8/9 via Search API
https://pantheon.io
MIT License
7 stars 23 forks source link

Use ZK if available to update config files #136

Closed stovak closed 1 year ago

greg-1-anderson commented 2 years ago

There isn't a lot of extra code here, and it's loosely coupled with the rest of the code, so it's certainly something we could consider including.

What's missing, though, is documentation that explains why you would want to use zookeeper, how you set up zookeeper, and how your config management is different when using zookeeper vs not.

Is zookeeper is only available via ext-zookeeper? Is there a way to use this to manage config on your live site, or is this only for local development? If this isn't for use on Pantheon, then it further confuses the use case; this also should be explained in the documentation.