You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ij...@apache.org on 2020/05/11 20:38:46 UTC

[kafka] branch trunk updated (fe2742e -> 391ad90)

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

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


    from fe2742e  KAFKA-9972: Only commit tasks with valid states (#8632)
     add 391ad90  KAFKA-9956: Authorizer APIs may be invoked more than once for a given request (#8643)

No new revisions were added by this update.

Summary of changes:
 .../kafka/coordinator/group/GroupCoordinator.scala |   2 +-
 .../src/main/scala/kafka/server/AdminManager.scala |  13 +-
 core/src/main/scala/kafka/server/KafkaApis.scala   | 216 ++++++++++++---------
 core/src/main/scala/kafka/utils/CoreUtils.scala    |  10 +
 .../scala/unit/kafka/server/KafkaApisTest.scala    | 180 ++++++++++++++---
 5 files changed, 294 insertions(+), 127 deletions(-)