Skip to content

Commit 60c4990

Browse files
committed
Simplify Confluent Cloud example config
1 parent 50e09cf commit 60c4990

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

examples/confluent_cloud.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,8 +53,6 @@
5353

5454
p = Producer({
5555
'bootstrap.servers': '<ccloud bootstrap servers>',
56-
'broker.version.fallback': '0.10.0.0',
57-
'api.version.fallback.ms': 0,
5856
'sasl.mechanisms': 'PLAIN',
5957
'security.protocol': 'SASL_SSL',
6058
'sasl.username': '<ccloud key>',
@@ -80,8 +78,6 @@ def acked(err, msg):
8078

8179
c = Consumer({
8280
'bootstrap.servers': '<ccloud bootstrap servers>',
83-
'broker.version.fallback': '0.10.0.0',
84-
'api.version.fallback.ms': 0,
8581
'sasl.mechanisms': 'PLAIN',
8682
'security.protocol': 'SASL_SSL',
8783
'sasl.username': '<ccloud key>',

0 commit comments

Comments
 (0)