malaskowski commented on code in PR #3660: URL: https://github.com/apache/bookkeeper/pull/3660#discussion_r1041946649
########## deploy/docker-compose/compose/values.yaml: ########## @@ -31,15 +32,15 @@ networkMode: bridge zookeeper: size: 3 - image: apachebookkeeper/bookkeeper-current:latest + image: zookeeper:3.8.0 Review Comment: Hi @hangc0276 , I changed the image to the official Zookeeper because I find it more intuitive to run a cluster that consists of BookKeepers and Zookeepers original images. Since this is a sample/demo, treating BookKeeper and Zookeeper as separate applications made it easier for me to understand how things work. -- 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]
