aiven / kafka

Mirror of Apache Kafka
Apache License 2.0
2 stars 1 forks source link

MINOR: Add logging to OffsetSyncStore #8

Closed gharris1727 closed 1 year ago

gharris1727 commented 1 year ago

This code path is non-trivial, and has no logging that allows us to inspect it's behavior. DEBUG logging should only print intermittently when offsets are being translated and should have fairly reasonable volume. TRACE logging applies to every message in the offset syncs topic, and will represent a significant log volume both during startup and continuous operation.

Committer Checklist (excluded from commit message)

gharris1727 commented 1 year ago

Closing this as it was only for temporary debug build.