druid/extensions-core/kafka-indexing-service
elloooooo 1e82b6291e Remove consumer.listTopics() method in case when too many topics in kafka causes the FullGC in Overlord (#6455)
* remove consumer.listTopics() method

* add consumerLock and exception handling for consumer.partitionFor() and remove some useless checks

* add check in case consumer.partitionsFor() returns null

* fix CI failure

* fix failed UT

* Revert "fix CI failure"

This reverts commit f839d09e1ed6a3c73bb5ba524b26ee83c0e79c41.

* revert unless commit and re-commit the useful part to fix failed UT
2018-10-22 10:46:31 -07:00
..