forked from Qihoo360/qbusbridge
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONFIGURATION
16 lines (14 loc) · 1006 Bytes
/
CONFIGURATION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#The configuration is divided into 3 parts
[global]
#See the global configuration in rdkafka
[topic]
#See the topic configuration in rdkafka
[sdk]
send.sync=false #Simultaneous transmission at the time of production, false by default
log.level=info #sdk log level, false by default
enable.rdkafka.log=false #rdkafka log When this option is turned on, you need to add the debug=all configuration item under the global configuration block. (View the rdkafka configuration file for detail), false by default. file path:./rdkafka.log
broker.list=ip:port,ip:port #broker address
minimize.produce.latency=true #not cache messages in the rdkafka layer, Direct production to achieve the minimum delay of the message, false by default
consumer.poll.time.ms=100 #consumer poll time, 100ms by default
manual.commit.time.ms=200 #commit time to rdkafka, 200ms by default
user.manual.commit.offset=false #manual commit offset, false by default