MINOR: Fix multiple org.apache.kafka.streams.KafkaStreams.StreamStateListener being instantiated#2801
Conversation
…Listener being instantiated
|
@ijuma @dguy ping :) Hope I understood you guys correctly and this is what you had in mind here: #2791 (comment) :) |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
dguy
left a comment
There was a problem hiding this comment.
thanks @original-brownbear - yes that is what i had in mind. Just one nit otherwise LGTM
| globalThreadId); | ||
| } | ||
|
|
||
| StreamStateListener streamStateListener = new StreamStateListener(threadState); |
|
Refer to this link for build results (access rights to CI server needed): |
|
@dguy alright :) |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
|
Refer to this link for build results (access rights to CI server needed): |
There should only be a single
org.apache.kafka.streams.KafkaStreams.StreamStateListenerto ensure synchronization of operations onorg.apache.kafka.streams.KafkaStreams.StreamStateListener#threadState.