ekuiper
ekuiper copied to clipboard
[KafKa] is kafka sink not support dynamic topic
Is kafka sink not support dynamic topic?
It should be supported. Did you find any issue?
I read the kafka sink source code, I find the buildKafkaWriter method still use the topic in kafka config. I can't find where to parse the dynamic topic.
@onlylin you're right, the Kafka sink does not support dynamic topic yet. Refer to https://github.com/lf-edge/ekuiper/blob/master/internal/io/mqtt/sink.go about how to set dynamic topic
Closed by #3831