Details
Description
When KAFKA-10021 modified the Connect `Kafka*BackingStore` classes, we deprecated the old constructors and changed all uses within AK to use the new constructors that take a `Supplier<TopicAdmin>`.
If the old deprecated constructors are used (outside of AK), then they will not close the Admin clients that are created by the "default" supplier.
Attachments
Issue Links
- is caused by
-
KAFKA-10021 When reading to the end of the config log, check if fetch.max.wait.ms is greater than worker.sync.timeout.ms
- Resolved
- links to