Mortom123 opened a new issue, #450:
URL: https://github.com/apache/pulsar-helm-chart/issues/450

   **Is your feature request related to a problem? Please describe.**
   Currently the Pulsar Manager is no persisted outside of the container it is 
running in.
   This means reconditioning of it is necessary should the helm chart be 
reinstalled. This is not a favorable solution.
   
   **Describe the solution you'd like**
   We can either provide a custom jdbc connectionstring to an external storage 
medium or use the zookeeper to store this data.
   I think storing in the zookeeper should be the preferred solution. 
   The default value in `values.yaml` for the key: 
`pulsar_manager.configData.URL` (as well as others that need tuning) should be 
set according to: 
https://github.com/apache/pulsar-manager#default-test-database-herddb
   
   **Describe alternatives you've considered**
   External DB: keeping data in Zookeeper puts Zookeeper as a central point of 
data and should therefore be favored.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to