[GitHub] [nifi] thenatog commented on issue #3715: NIFI-6578 - Upgraded zookeeper framework version. Some code changes r…

2019-09-13 Thread GitBox
thenatog commented on issue #3715: NIFI-6578 - Upgraded zookeeper framework 
version. Some code changes r…
URL: https://github.com/apache/nifi/pull/3715#issuecomment-531271643
 
 
   To test this PR:
   
   With embedded zookeeper:
   - nifi.zookeeper.connect.string=localhost:2181
   - nifi.state.management.embedded.zookeeper.start=true
   - zookeeper.properties file:
   - Remove clientPort=2181
   - Add port to end of server string: server.1=localhost:2888:3888;2181
   
   With external zookeeper quorum:
   - Write the docker-compose.yml file from this page: 
https://hub.docker.com/_/zookeeper to a directory, run docker-compose up 
   - Configure NiFi to use the docker zookeeper nodes:
   - nifi.properties: 
nifi.zookeeper.connect.string=zoo1:2281,zoo2:2282,zoo3:2283
   - state-management.xml: 
   zoo1:2281,zoo2:2282,zoo:2283
   
   In zookeeper.properties file define:
   - server.1=zoo1:2888:3888;2281

   - server.2=zoo2:2888:3888;2282
   - 
server.3=zoo32888:3888;2282
   


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:
us...@infra.apache.org


With regards,
Apache Git Services


[GitHub] [nifi] thenatog commented on issue #3715: NIFI-6578 - Upgraded zookeeper framework version. Some code changes r…

2019-09-09 Thread GitBox
thenatog commented on issue #3715: NIFI-6578 - Upgraded zookeeper framework 
version. Some code changes r…
URL: https://github.com/apache/nifi/pull/3715#issuecomment-529679958
 
 
   @markap14 @jtstorck


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:
us...@infra.apache.org


With regards,
Apache Git Services