mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-20 01:30:42 +01:00
Basic features need to be added now. testbench: Added kafka test with multi kafka instances All kafka instances are connected to one zookeeper instance. Diag script has been adjusted to propper start/stop single kafka instances. autotools: Added version check for librdkafka to be higher than 0.9.1
26 lines
476 B
Properties
26 lines
476 B
Properties
broker.id=0
|
|
listeners=PLAINTEXT://:9092
|
|
|
|
num.network.threads=1
|
|
num.io.threads=1
|
|
|
|
socket.send.buffer.bytes=102400
|
|
socket.receive.buffer.bytes=102400
|
|
socket.request.max.bytes=104857600
|
|
|
|
num.partitions=1
|
|
num.recovery.threads.per.data.dir=1
|
|
delete.topic.enable=true
|
|
|
|
log.retention.hours=1
|
|
log.dirs=kafka-logs
|
|
#10 MB
|
|
log.segment.bytes=10485760
|
|
log.retention.check.interval.ms=300000
|
|
|
|
group.id="default"
|
|
|
|
zookeeper.connect=localhost:2181/kafka
|
|
zookeeper.connection.timeout.ms=6000
|
|
|