Hello, is it possible to use Cloud Events feature with bundled Flyte sandbox? I am able to run the cluster and I can see that it connects to Kafka, however there are no events being produced when workflows executions happen. Thanks in advance!
boundless-exabyte-21780
05/16/2023, 2:38 PM
I can share some details. I'va added a following config section to flyte-sandbox pod:
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!
g
glamorous-carpet-83516
05/16/2023, 5:39 PM
will flyte send event to kafka if broker config is set correctly?
you can check the log in the flyte-binary pod, there might have some error messages.
b
boundless-exabyte-21780
05/19/2023, 12:40 PM
No, it doesn't and that's the problem. I cannot find any messages related to cloud events in flyte-binary pod logs.
boundless-exabyte-21780
05/30/2023, 7:21 AM
I think I've found an issue and it was not related to Flyte setup 🙂