Open
Description
Is it possible to dynamically set output topic of StreamingDataFrame pipeline? I need the output topic name to be derived from message content.
Something like this: sdf.to_topic(lambda value: str(value["target_topic"]))
Native Kafka streams API supports it and its the last thing that keeps me away from using this library. https://developer.confluent.io/confluent-tutorials/dynamic-output-topic/kstreams/
Thank you!
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
No status