Skip to content
This repository was archived by the owner on Sep 23, 2024. It is now read-only.

Commit 7ba4ab7

Browse files
authored
Merge pull request confluentinc#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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy