File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
src/ConfluentKafkaLibrary Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ classifiers = [
2121requires-python = " >=3.8"
2222dependencies = [
2323 " robotframework >= 3.2.1" ,
24- " confluent-kafka == 2.10 .0" ,
24+ " confluent-kafka == 2.11 .0" ,
2525 " requests >= 2.25.1" ,
2626]
2727
Original file line number Diff line number Diff line change 1- VERSION = '2.10 .0.post2 '
1+ VERSION = '2.11 .0.post1 '
You can’t perform that action at this time.
0 commit comments