You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Boyang Chen (Jira)" <ji...@apache.org> on 2020/06/22 21:33:00 UTC

[jira] [Comment Edited] (KAFKA-10055) Add shared internal utility class for Streams module

    [ https://issues.apache.org/jira/browse/KAFKA-10055?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17142429#comment-17142429 ] 

Boyang Chen edited comment on KAFKA-10055 at 6/22/20, 9:32 PM:
---------------------------------------------------------------

Need to move the swallow exception call to the shared utility class as well


was (Author: bchen225242):
Need to move to the shared utility class as well

> Add shared internal utility class for Streams module
> ----------------------------------------------------
>
>                 Key: KAFKA-10055
>                 URL: https://issues.apache.org/jira/browse/KAFKA-10055
>             Project: Kafka
>          Issue Type: Improvement
>          Components: streams
>            Reporter: Matthias J. Sax
>            Assignee: Vito Jeng
>            Priority: Minor
>              Labels: beginner, newbie
>
> 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).



--
This message was sent by Atlassian Jira
(v8.3.4#803005)