You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pulsar.apache.org by GitBox <gi...@apache.org> on 2022/01/14 07:39:03 UTC

[GitHub] [pulsar-manager] mattisonchao opened a new issue #441: Support HerdDB in the standard docker image.

mattisonchao opened a new issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441


   ## Motivation
   
   Now, The docker image starts PostGRE, and it is a waste of resources. So, we can to use HearDB instead.
   
   Some code link: https://github.com/apache/pulsar-manager/blob/73e4ae37cdab1d8f1f6c08fd5aaca91c612687b6/docker/startup.sh


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-manager] michaeljmarshall commented on issue #441: Support HerdDB in the standard docker image.

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1020387920


   @mattisonchao - yes, that makes sense to me for docker-compose. Ideally, we will also make it configurable in the pulsar helm chart.


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-manager] michaeljmarshall commented on issue #441: Support HerdDB in the standard docker image.

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1019416957


   @mattisonchao - what do you think about making it configurable to skip the spawning of any database process in the docker image? Then, in the Pulsar Helm Chart, we could add configuration to make it possible to add the database as a container in the Pulsar Manager's pod. That allows for better visibility into processes that the pod is running and it would also make it the database a bit more configurable.


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-manager] michaeljmarshall commented on issue #441: Support HerdDB in the standard docker image.

Posted by GitBox <gi...@apache.org>.
michaeljmarshall commented on issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1020387920


   @mattisonchao - yes, that makes sense to me for docker-compose. Ideally, we will also make it configurable in the pulsar helm chart.


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-manager] mattisonchao commented on issue #441: Support HerdDB in the standard docker image.

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1012854673


   I'm current work on it.


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [pulsar-manager] mattisonchao commented on issue #441: Support HerdDB in the standard docker image.

Posted by GitBox <gi...@apache.org>.
mattisonchao commented on issue #441:
URL: https://github.com/apache/pulsar-manager/issues/441#issuecomment-1019492858


   @michaeljmarshall 
   
   Yes, That's exactly what I thought.
   
   I think we can add ``herddb image`` in **docker-compose** and remove raw database logic from pulsar-manager to improve user **experience** and **observability**.
   
   Am I understanding right?


-- 
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: dev-unsubscribe@pulsar.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org