boundless-exabyte-21780
05/16/2023, 2:20 PMboundless-exabyte-21780
05/16/2023, 2:38 PMcloudEvents:
enable: true
type: kafka
kafka:
brokers: flyte-sandbox-kafka-cluster:9093
version: "3.3.1"
eventsPublisher:
topicName: "flyte_event"
eventTypes:
- all
Service flyte-sandbox-kafka-cluster:9093 is available, I checked it with telnet.
Kafka also works fine:
kafka-get-offsets.sh --bootstrap-server=flyte-sandbox-kafka-cluster:9093 --topic=flyte_event
flyte_event:0:0
This snippet is from Kafka pod itself.
If I change cloudEvents.kafka.brokers to something not available, then Flyte doesn't start with an error so I assume with config above it connects successfuly.
How can I troubleshoot this problem? Will be appreciated for any assistance!glamorous-carpet-83516
05/16/2023, 5:39 PMboundless-exabyte-21780
05/19/2023, 12:40 PMboundless-exabyte-21780
05/30/2023, 7:21 AM