You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by mj...@apache.org on 2020/05/05 05:46:32 UTC

[kafka] branch trunk updated (fbfda2c -> 1daa8f6)

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

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


    from fbfda2c  KAFKA-9731: Disable immediate fetch response for hw propagation if replica selector is not defined (#8607)
     add 1daa8f6  KAFKA-9748: Add Streams eos-beta integration test (#8496)

No new revisions were added by this update.

Summary of changes:
 checkstyle/suppressions.xml                        |    8 +-
 .../org/apache/kafka/streams/StreamsConfig.java    |    5 +-
 .../apache/kafka/streams/StreamsConfigTest.java    |    2 +
 .../integration/EosBetaUpgradeIntegrationTest.java | 1105 ++++++++++++++++++++
 .../streams/integration/EosIntegrationTest.java    |    1 -
 5 files changed, 1115 insertions(+), 6 deletions(-)
 create mode 100644 streams/src/test/java/org/apache/kafka/streams/integration/EosBetaUpgradeIntegrationTest.java