This is an automated email from the ASF dual-hosted git repository.
mimaison pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git
from d920f8bc1f6 KAFKA-10863 Convert ControRecordType schema to use
auto-generated protocol (#21439)
add e678b4bb7ca KAFKA-20183: Share consumer group fails when group ID
contains colon character (#21471)
No new revisions were added by this update.
Summary of changes:
.../kafka/server/share/SharePartitionKey.java | 57 +++++----
.../kafka/server/share/SharePartitionKeyTest.java | 129 +++++++++++++++++++++
2 files changed, 162 insertions(+), 24 deletions(-)
create mode 100644
server-common/src/test/java/org/apache/kafka/server/share/SharePartitionKeyTest.java