This is an automated email from the ASF dual-hosted git repository.
ableegoldman pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from 4f588f7 KAFKA-10764: Add support for returning topic IDs on create,
supplying topic IDs for delete (#9684)
add bd6c212 KAFKA-12247: add timeout and static group rebalance to remove
thread (#9984)
No new revisions were added by this update.
Summary of changes:
.../org/apache/kafka/streams/KafkaStreams.java | 74 +++++++++++++++++++-
.../streams/processor/internals/StreamThread.java | 39 +++++++++--
.../org/apache/kafka/streams/KafkaStreamsTest.java | 7 +-
.../integration/AdjustStreamThreadCountTest.java | 28 ++++++++
.../processor/internals/StreamThreadTest.java | 79 ++++++++++++++++++++--
5 files changed, 208 insertions(+), 19 deletions(-)