druid/examples
Gian Merlino c61313f4c4
Quieter streaming supervisors. (#13392)
Eliminates two common sources of noise with Kafka supervisors that have
large numbers of tasks and partitions:

1) Log the report at DEBUG rather than INFO level at each run cycle.
   It can get quite large, and can be retrieved via API when needed.

2) Use log4j2.xml to quiet down the org.apache.kafka.clients.consumer.internals
   package. Avoids a log message per-partition per-minute as part of seeking
   to the latest offset in the reporting thread. In the tasks, where this
   sort of logging might be more useful, we have another log message with
   the same information: "Seeking partition[%s] to[%s]".
2022-11-20 23:53:17 -08:00
..
bin export com.sun.management.internal (#13068) 2022-09-12 09:03:22 -07:00
conf Quieter streaming supervisors. (#13392) 2022-11-20 23:53:17 -08:00
quickstart docs: remove maxRowsPerSegment where appropriate (#12071) 2022-07-28 16:52:13 +05:30