datahub-mae-consumer and datahub-mce-consumer appears to produce logs at ~15k events/sec when experiencing kafka issues. The excessive rate appears to be due to the project not using structured logs and instead logging each line of a java stack trace as a separate event.
We should enable datahub-mae-consumer to produce structured logs so that all lines of a stack trace show up on one event and reduce the rate of log production.