Hello everyone, I have a question more on the curiosity side, unsure if this has been discussed before (sorry if It has). Given the recent deprecation of the `FlinkKafkaProducer` in favour of the new `KafkaSink` where we get away from the `SinkFunction` interface in favour of the “new” `Sink` interface. My question here is if there is any plan on making a similar move in any other sink (eg. JDBC connector sink) either by using the same Sink interface that Kafka uses or any other one that does not make direct use of SinkFunction anymore.
PS. I do not have the context on why was decided to deprecate FlinkKafkaProducer in the first place. Cumps, Carlos Freitas