process.roles=broker,controller node.id=1 controller.quorum.voters=1@kafka:29093 controller.listener.names=CONTROLLER listeners=INTERNAL://:29092,EXTERNAL://:9092,CONTROLLER://:29093 # start.sh renders this marker into a writable runtime configuration. advertised.listeners=INTERNAL://kafka:29092,EXTERNAL://__KAFKA_ADVERTISED_HOST__:9092 listener.security.protocol.map=INTERNAL:PLAINTEXT,EXTERNAL:PLAINTEXT,CONTROLLER:PLAINTEXT inter.broker.listener.name=INTERNAL log.dirs=/var/lib/kafka/data num.partitions=6 default.replication.factor=1 min.insync.replicas=1 offsets.topic.replication.factor=1 transaction.state.log.replication.factor=1 transaction.state.log.min.isr=1 group.initial.rebalance.delay.ms=0 auto.create.topics.enable=false log.retention.hours=72 log.retention.check.interval.ms=300000 log.segment.bytes=268435456