diff --git a/sample.env b/sample.env index e7cd2edae..16a1f0441 100644 --- a/sample.env +++ b/sample.env @@ -64,7 +64,6 @@ DEFAULT_SNMP_PROTOCOL= # Kafka and Confluent Cloud Properties # While not strictly required for the ODE to operate properly. Setting this value is required to allow applications outside of the ODE's docker network to connect to Kafka. -# to connect to Kafka. KAFKA_BOOTSTRAP_SERVERS=${DOCKER_HOST_IP}:9092 # The type of Kafka broker to connect to. If set to "CONFLUENT", the broker will be Confluent Cloud. Otherwise, it will be a local Kafka broker.