raminqaf commented on code in PR #15601: URL: https://github.com/apache/kafka/pull/15601#discussion_r1539078322
########## streams/src/main/java/org/apache/kafka/streams/state/internals/LeftOrRightValue.java: ########## Review Comment: Retroperspectivly, we can refactor this class and break it into two subclasses (`LeftJoinValue` & `RightJoinValue`) that implement an interface (`JoinValue`). I wanted to avoid significant changes in this PR and move too many classes simultaneously. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
