Details
Description
Throughout the code base we added small helper methods (usually static) when needed. Those helpers are often added to classes they don't really belong to (out of convenience) and may lead to coded duplication.
We should add a shared utility class that unifies all those helper methods into a single place.
For example `StreamsThread#eosEnabled`. Please update this ticket description to add more such methods (or just leave a comment).
Attachments
Issue Links
- relates to
-
KAFKA-10135 Extract Task#executeAndMaybeSwallow to be a general utility function into TaskManager
- Resolved