You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jg...@apache.org on 2021/06/09 22:11:11 UTC

[kafka] branch trunk updated (a9fe2bd -> a75b5c6)

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

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


    from a9fe2bd  MINOR Removed unused ConfigProvider from raft resources module. (#10829)
     add a75b5c6  KAFKA-12874; Increase default consumer session timeout to 45s (#10803)

No new revisions were added by this update.

Summary of changes:
 .../main/java/org/apache/kafka/clients/consumer/ConsumerConfig.java | 2 +-
 .../src/test/scala/integration/kafka/api/AbstractConsumerTest.scala | 2 +-
 core/src/test/scala/integration/kafka/api/BaseQuotaTest.scala       | 2 +-
 docs/upgrade.html                                                   | 2 ++
 .../kafka/streams/integration/AdjustStreamThreadCountTest.java      | 3 ++-
 .../kafka/streams/integration/EmitOnChangeIntegrationTest.java      | 4 +++-
 .../org/apache/kafka/streams/integration/EosIntegrationTest.java    | 6 ++++--
 .../kafka/streams/integration/QueryableStateIntegrationTest.java    | 1 +
 .../kafka/streams/integration/RegexSourceIntegrationTest.java       | 1 +
 .../integration/StreamsUncaughtExceptionHandlerIntegrationTest.java | 4 +++-
 10 files changed, 19 insertions(+), 8 deletions(-)