Skip to content

Commit f4aad19

Browse files
authored
2.11.0 (#64)
* fix: set broker to create its internal topics with a replication factor of 1 * Update to 2.11.0
1 parent 16dc234 commit f4aad19

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
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

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
requires-python = ">=3.8"
2222
dependencies = [
2323
"robotframework >= 3.2.1",
24-
"confluent-kafka == 2.10.0",
24+
"confluent-kafka == 2.11.0",
2525
"requests >= 2.25.1",
2626
]
2727

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = '2.10.0.post2'
1+
VERSION = '2.11.0.post1'

0 commit comments

Comments
 (0)