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 2020/06/22 07:40:14 UTC

[GitHub] [pulsar-manager] aluccaroni commented on a change in pull request #303: Upgrade HerdDB to 0.16, Pulsar Client to 2.5.2, add demo config for diskless-cluster mode

aluccaroni commented on a change in pull request #303:
URL: https://github.com/apache/pulsar-manager/pull/303#discussion_r443370823



##########
File path: src/main/resources/application.properties
##########
@@ -39,12 +39,15 @@ spring.datasource.driver-class-name=herddb.jdbc.Driver
 # HerdDB - local in memory-only
 #spring.datasource.url=jdbc:herddb:local
 # HerdDB - start embedded server, data persisted on local disk (directory 'dbdata'), listening on localhost:7000
-spring.datasource.url=jdbc:herddb:server:localhost:7000?server.start=true&server.base.dir=dbdata
+#spring.datasource.url=jdbc:herddb:server:localhost:7000?server.start=true&server.base.dir=dbdata
+# HerdDB - start embedded server 'diskless-cluster' mode, WAL and Data persisted on Bookies, Metadata on ZooKeeper in '/herd', listening on localhost:7000
+#spring.datasource.url=jdbc:herddb:zookeeper:localhost:2181?server.start=true&server.base.dir=dbdata&server.mode=diskless-cluster&server.node.id=localhost

Review comment:
       Is it normal that in the new config we don't have any "spring.datasource.url" config uncommented?




----------------------------------------------------------------
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.

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