rsyslog/tests/testsuites/zoo.dep_wrk3.cfg
Andre Lorbach a65096dee2 testbench: Changed config parameters of kafka multi test
Test uses all three kafka instances and all kafka instances
uses three zookeeper instances.

Testbench proberly needs to be adapted...
2017-06-08 15:35:45 +02:00

21 lines
576 B
INI

#--- Do we need this for the test?
#server.1=localhost:2889:3888
#server.2=localhost:3889:4888
#server.3=localhost:4889:5888
#---
# The number of milliseconds of each tick
tickTime=2000
# The number of ticks that the initial
# synchronization phase can take
initLimit=10
# The number of ticks that can pass between
# sending a request and getting an acknowledgement
syncLimit=5
# the directory where the snapshot is stored.
# do not use /tmp for storage, /tmp here is just
# example sakes.
dataDir=zk_data_dir
# the port at which the clients will connect
clientPort=22183