-
Task
-
Resolution: Done
-
Major
-
3.1.0.Final
-
None
-
False
-
None
-
False
-
-
In the JdbcChangeEventSink there is an unnecessary metadata query inside flushBuffer that could be removed by passing the TableDescriptor into the function from the Buffer.
In addition, the execute method makes use of extra Map#get calls that can impair performance during batch dispatch. We should reduce this to a single map get call.