-
Type:
Task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 0.10.0
-
Fix Version/s: 0.10.0
-
Component/s: Connectors / Kafka
-
Labels:None
Flink's Kafka Sink is using Kafka's old Producer API, which is has very poor performance and a limited API.
I'll implement a new KafkaSink which is using the new API.