############################# Server Basics ############################# broker.id=1 ############################# Socket Server Settings ############################# listeners=PLAINTEXT://0.0.0.0:9092 advertised.listeners=PLAINTEXT://192.168.189.130:9092 num.network.threads=3 num.io.threads=8 socket.send.buffer.bytes=102400 socket.receive.buffer.bytes=102400 socket.request.max.bytes=104857600 ############################# Log Basics ############################# log.dirs=/KFDATA/kafka/data num.partitions=1 num.recovery.threads.per.data.dir=1 ############################# Internal Topic Settings ############################# offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 transaction.state.log.min.isr=1 ############################# Log Retention Policy ############################# log.retention.hours=-1 log.retention.bytes=21474836480 log.segment.bytes=1073741824 log.retention.check.interval.ms=300000 auto.create.topics.enable=true ############################# Zookeeper ############################# zookeeper.connect=192.168.189.130:2181 # Timeout in ms for connecting to zookeeper zookeeper.connection.timeout.ms=12000 ############################# Group Coordinator Settings ############################# group.initial.rebalance.delay.ms=0 ############################# message Settings ############################# message.max.byte=5242880