How to pass List of List config for Kafka Connect’s SMT (Single Message Transform)?
as per the source code of configDef it should accept List object https://github.com/a0x8o/kafka/blob/master/clients/src/main/java/org/apache/kafka/common/config/ConfigDef.java#L97
the SMT config is defined as :enter code here