We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 16dc234 commit f4aad19Copy full SHA for f4aad19
3 files changed
examples/docker-compose.yml
@@ -23,6 +23,8 @@ services:
23
KAFKA_CONTROLLER_LISTENER_NAMES: 'CONTROLLER'
24
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
25
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
26
+ KAFKA_CONFLUENT_COMMAND_TOPIC_REPLICATION_FACTOR: 1
27
+ KAFKA_CONFLUENT_LICENSE_TOPIC_REPLICATION_FACTOR: 1
28
29
schema-registry:
30
image: confluentinc/cp-schema-registry:7.8.0
pyproject.toml
@@ -21,7 +21,7 @@ classifiers = [
21
requires-python = ">=3.8"
22
dependencies = [
"robotframework >= 3.2.1",
- "confluent-kafka == 2.10.0",
+ "confluent-kafka == 2.11.0",
"requests >= 2.25.1",
]
src/ConfluentKafkaLibrary/version.py
@@ -1 +1 @@
1
-VERSION = '2.10.0.post2'
+VERSION = '2.11.0.post1'
0 commit comments