[Bug]: KafkaIO maintains duplicate caches for record size and offset estimators caches #33097
Closed
2 of 17 tasks
Labels
Milestone
What happened?
Offset consumers are created and cached for every
KafkaSourceDescriptor
processed perReadFromKafkaDoFn
instance. Caching multiple open Kafka consumers for the sameKafkaSourceDescriptor
is expensive both on the client and server side and may exhaust connection limits on some Kafka clusters.Issue Priority
Priority: 2 (default / most bugs should be filed as P2)
Issue Components
The text was updated successfully, but these errors were encountered: