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 968b7cf commit af7cd63Copy full SHA for af7cd63
flink-streamlit/kafkaproducer.py
@@ -13,7 +13,7 @@
13
print("Setting up Kafka client")
14
15
config_dict = {
16
- "bootstrap.servers": "pkc-921jm.us-east-2.aws.confluent.cloud:9092",
+ "bootstrap.servers": "",
17
"sasl.mechanisms": "PLAIN",
18
"security.protocol": "SASL_SSL",
19
"session.timeout.ms": "45000",
0 commit comments