eolivelli commented on a change in pull request #303:
URL: https://github.com/apache/pulsar-manager/pull/303#discussion_r443378047
##########
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:
good catch !
I have restored the commented line
thanks @aluccaroni
----------------------------------------------------------------
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:
[email protected]