Browse Source
This PR fixes an issue reported from a user. When we join a KStream with a GlobalKTable we should not reset the repartition flag as the stream may have previously changed its key, and the resulting stream could be used in an aggregation operation or join with another stream which may require a repartition for correct results. I've added a test which fails without the fix. Reviewers: John Roesler <john@confluent.io>, Matthias J. Sax <matthias@confluent.io>, Guozhang Wang <wangguoz@gmail.com>pull/5958/merge
Bill Bejeck
6 years ago
committed by
Guozhang Wang
2 changed files with 25 additions and 1 deletions
Loading…
Reference in new issue