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 d3559f6 KAFKA-8875; CreateTopic API should check topic existence
before replication factor (#7298)
add 23708b7 KAFKA-8355: add static membership to range assignor (#7014)
No new revisions were added by this update.
Summary of changes:
.../kafka/clients/consumer/RangeAssignor.java | 45 +++-
.../kafka/clients/consumer/RoundRobinAssignor.java | 3 +-
.../kafka/clients/consumer/RangeAssignorTest.java | 252 ++++++++++++++++-----
.../clients/consumer/RoundRobinAssignorTest.java | 119 ++++------
4 files changed, 283 insertions(+), 136 deletions(-)