Skip to content

Commit 34865ad

Browse files
committed
fix: set broker to create its internal topics with a replication factor of 1
1 parent 691933c commit 34865ad

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ services:
2323
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
2424
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
2525
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
26+
KAFKA_CONFLUENT_COMMAND_TOPIC_REPLICATION_FACTOR: 1
27+
KAFKA_CONFLUENT_LICENSE_TOPIC_REPLICATION_FACTOR: 1
2628

2729
schema-registry:
2830
image: confluentinc/cp-schema-registry:7.8.0

0 commit comments

Comments
 (0)