There are many old topics about rate limiting / throttling Kafka consumer
But none of them can be used in case 1.15:
KafkaFetcherdoes not exposeemitRecord- Now it resides inside the
KafkaRecordEmitter
- Now it resides inside the
FlinkKafkaConsumeris deprecatedKafkaSourceis the preferred approach
KafkaSourceexplicitly creates aKafkaRecordEmitterinside it'screateReader
So, my question is that is there anyway to combine ThrottledIterator with KafkaSource?