Re: Kafka dynamic topic for Sink in SQL

2021-05-21 Thread Timo Walther
Hi Ben, if I remember correctly, this topic came up a couple of times. But we haven't implemented it yet, the existing implementation can be easily adapted for that. The "target topic" would be an additional persisted metadata column in SQL terms. All you need to do is to adapt

Kafka dynamic topic for Sink in SQL

2021-05-20 Thread BenoƮt Paris
Hi all! I'm looking for a way to write to different Kafka topics based on some column value in SQL. I think it's possible with Java, using KafkaSerializationSchema, and ProducerRecord(topic, ...), but I was wondering if I could somewhat access that feature in SQL. I'm also trying to evaluate