Hi team,
We are in a situatoin that we want to reduce the read frequency of Kafka SQL connector. I did some investigation on the properties of Kafka client, while it seems it does not have such options. Athough I found the batch size config('properties.max.partition.fetch.bytes') among the config options.
Any suggestions on this?