KAFKA-7080 and KAFKA-7222: Cleanup overlapping KIP changes#5804
KAFKA-7080 and KAFKA-7222: Cleanup overlapping KIP changes#5804mjsax merged 3 commits intoapache:trunkfrom
Conversation
mjsax
commented
Oct 16, 2018
- KIP-319 and KIP-328 overlap and we can remove non-released deprecates methods
- add upgrade docs for KIP-319
|
Call for review @guozhangwang @bbejeck @vvcephei |
bbejeck
left a comment
There was a problem hiding this comment.
LGTM just two very minor comments
There was a problem hiding this comment.
This is part of KIP-358 but slipped in the PR
There was a problem hiding this comment.
added in KIP-319, deprecated in KIP-328
There was a problem hiding this comment.
added in KIP-319, deprecated in KIP-358
There was a problem hiding this comment.
added in KIP-319 -- should have bee deprecated with KIP-328.
guozhangwang
left a comment
There was a problem hiding this comment.
@mjsax please feel free to merge after rebase.
also: add upgrade docs for KIP-319
Reviewers: Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io>
|
Merged to |
|
I think there is an error in materialize line 198 in org.apache.kafka.streams.kstream.internals.TimeWindowedKstreamImpl. |
|
@enothereska There's a follow up already in #5806 that I think addresses your concern |
Reviewers: Bill Bejeck <bill@confluent.io>, Guozhang Wang <guozhang@confluent.io>
apache#5804 removed `Windows#segmentInterval`, but did not remove all references to it. Author: John Roesler <john@confluent.io> Reviewers: Damian Guy <damian.guy@gmail.com>, Ewen Cheslack-Postava <ewen@confluent.io> Closes apache#5806 from vvcephei/fix-missing-segment-interval