mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-16 20:20:41 +01:00
Test uses all three kafka instances and all kafka instances uses three zookeeper instances. Testbench proberly needs to be adapted...
21 lines
576 B
INI
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
|