Skip to content

Commit 7ba4ab7

Browse files
authored
Merge pull request #671 from confluentinc/ccloudc
Simplify Confluent Cloud example config
2 parents d56ea3e + 60c4990 commit 7ba4ab7

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)