We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50e09cf commit 60c4990Copy full SHA for 60c4990
examples/confluent_cloud.py
@@ -53,8 +53,6 @@
53
54
p = Producer({
55
'bootstrap.servers': '<ccloud bootstrap servers>',
56
- 'broker.version.fallback': '0.10.0.0',
57
- 'api.version.fallback.ms': 0,
58
'sasl.mechanisms': 'PLAIN',
59
'security.protocol': 'SASL_SSL',
60
'sasl.username': '<ccloud key>',
@@ -80,8 +78,6 @@ def acked(err, msg):
80
78
81
79
c = Consumer({
82
83
84
85
86
87
0 commit comments