This is an automated email from the ASF dual-hosted git repository.
lucasbru pushed a change to branch 4.1
in repository https://gitbox.apache.org/repos/asf/kafka.git
from e9871efef8f KAFKA-19367: Follow up bug fix (#19976)
new 8c4224057d1 MINOR: Add entity types in streams group RPCs (#19979)
new e246f46b75b KAFKA-19412: Extended AuthorizerIntegrationTest to cover
StreamsGroupHeartbeat (#19978)
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../message/StreamsGroupDescribeResponse.json | 6 +-
.../message/StreamsGroupHeartbeatRequest.json | 10 +-
.../message/StreamsGroupHeartbeatResponse.json | 4 +-
core/src/main/scala/kafka/server/KafkaApis.scala | 18 +-
.../api/AbstractAuthorizerIntegrationTest.scala | 4 +
.../kafka/api/AuthorizerIntegrationTest.scala | 253 ++++++++++++++++++++-
6 files changed, 274 insertions(+), 21 deletions(-)