Following my previous PR, when enableBatchLoad config is set, it doesn't work correctly when the topic name was mutated in SinkRecord.
I will create a separate PR if I have time to work on this. If you have any thoughts on implementation (for example, should we make the same handle for SinkRecord.originalTopic or approach it differently), please let me know. Ref to the problematic code is here.
By the way, what is the use case for having enableBatchLoad as list? As a user, I would expect this to be a boolean value, applied to all topics handled by the connector, not a subset - that would be much more convenient.