You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gu...@apache.org on 2021/10/12 23:07:27 UTC

[kafka] branch trunk updated (e31a53a -> d141586)

This is an automated email from the ASF dual-hosted git repository.

guozhang pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.


    from e31a53a  KAFKA-13319: Do not commit empty offsets on producer (#11362)
     add d141586  KAFKA-13021: disallow grace called after grace set via new API (#11188)

No new revisions were added by this update.

Summary of changes:
 .../apache/kafka/streams/kstream/JoinWindows.java   | 14 ++++++++++++--
 .../kafka/streams/kstream/SessionWindows.java       | 21 +++++++++++++++------
 .../apache/kafka/streams/kstream/TimeWindows.java   | 21 +++++++++++++++------
 .../kafka/streams/kstream/JoinWindowsTest.java      |  6 ++++++
 .../kafka/streams/kstream/SessionWindowsTest.java   |  6 ++++++
 .../kafka/streams/kstream/TimeWindowsTest.java      |  6 ++++++
 6 files changed, 60 insertions(+), 14 deletions(-)