From 6b20c528154c6f4e98eb02367ddb72edead9dbd9 Mon Sep 17 00:00:00 2001 From: Mickael Maison Date: Mon, 10 May 2021 15:55:49 +0100 Subject: [PATCH 1/2] Updated downloads.html to include 2.7.1 --- downloads.html | 53 +++++++++++++++++++++++++++++++++++++++++++++----- 1 file changed, 48 insertions(+), 5 deletions(-) diff --git a/downloads.html b/downloads.html index 281af1d13cb..cac3334cdcb 100644 --- a/downloads.html +++ b/downloads.html @@ -60,6 +60,49 @@

2.8.0Release Notes.

+ +

2.7.1

+ + +

+ Kafka 2.7.1 includes a number of significant new features. Here is a summary of some notable changes: +

+ +
    +
  • Configurable TCP connection timeout and improve the initial metadata fetch
  • +
  • Enforce broker-wide and per-listener connection creation rate (KIP-612, part 1)
  • +
  • Throttle Create Topic, Create Partition and Delete Topic Operations
  • +
  • Add TRACE-level end-to-end latency metrics to Streams
  • +
  • Add Broker-side SCRAM Config API
  • +
  • Support PEM format for SSL certificates and private key
  • +
  • Add RocksDB Memory Consumption to RocksDB Metrics
  • +
  • Add Sliding-Window support for Aggregations
  • +
+ +

+ Kafka 2.7.1 fixes 45 issues since the 2.7.0 release. + For more information, please read the detailed Release Notes. +

+

2.7.0

-

- Kafka 2.7.1 includes a number of significant new features. Here is a summary of some notable changes: -

- -
    -
  • Configurable TCP connection timeout and improve the initial metadata fetch
  • -
  • Enforce broker-wide and per-listener connection creation rate (KIP-612, part 1)
  • -
  • Throttle Create Topic, Create Partition and Delete Topic Operations
  • -
  • Add TRACE-level end-to-end latency metrics to Streams
  • -
  • Add Broker-side SCRAM Config API
  • -
  • Support PEM format for SSL certificates and private key
  • -
  • Add RocksDB Memory Consumption to RocksDB Metrics
  • -
  • Add Sliding-Window support for Aggregations
  • -
-

Kafka 2.7.1 fixes 45 issues since the 2.7.0 release. - For more information, please read the detailed Release Notes. + For more information, please read the detailed Release Notes.