This is an automated email from the ASF dual-hosted git repository.
rsivaram pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/kafka.git.
from bfcc17f KAFKA-8595: Support deserialization of JSON decimals encoded
in NUMERIC (#7354)
add 3c87c9b KAFKA-8887; Use purgatory for ACL updates using async
authorizers (#7404)
No new revisions were added by this update.
Summary of changes:
.../main/scala/kafka/server/DelayedFuture.scala | 100 ++++++++++++
.../main/scala/kafka/server/DelayedOperation.scala | 2 +
core/src/main/scala/kafka/server/KafkaApis.scala | 41 +++--
.../kafka/api/SslAdminClientIntegrationTest.scala | 168 +++++++++++++++++++--
.../unit/kafka/server/DelayedOperationTest.scala | 65 ++++++++
5 files changed, 346 insertions(+), 30 deletions(-)
create mode 100644 core/src/main/scala/kafka/server/DelayedFuture.scala