-
Task
-
Resolution: Done
-
Major
-
3.2.0.Final
-
None
-
False
-
-
False
-
-
We use the JdbcKafkaSinkRecord as a facade around a SinkRecord, but the problem is there is no place in the JDBC sink connector code where we log the raw SinkRecord that we received from the topic, which makes certain debugging activities more difficult.
So JdbcKafkaSinkRecord should also log the SinkRecord.