Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.0.0
-
None
Description
Currently, the FlinkKafkaProducer is sending all events to one topic defined when creating the producer.
We could allow users to send messages to multiple topics by extending the KeyedSerializationSchema by a method public String getTargetTopic(T element) which overrides the default topic if the return value is not null.