Skip to content

Commit af7cd63

Browse files
authored
remove hard-coded bootstrap (#282)
1 parent 968b7cf commit af7cd63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-streamlit/kafkaproducer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
print("Setting up Kafka client")
1414

1515
config_dict = {
16-
"bootstrap.servers": "pkc-921jm.us-east-2.aws.confluent.cloud:9092",
16+
"bootstrap.servers": "",
1717
"sasl.mechanisms": "PLAIN",
1818
"security.protocol": "SASL_SSL",
1919
"session.timeout.ms": "45000",

0 commit comments

Comments
 (0)