Questo contenuto non è disponibile nella lingua selezionata.
Chapter 1. Features
AMQ Streams 2.2 and subsequent patch releases introduce the features described in this section.
AMQ Streams 2.2 on RHEL is based on Kafka 3.2.3.
To view all the enhancements and bugs that are resolved in this release, see the AMQ Streams Jira project.
1.1. AMQ Streams 2.2.x (Long Term Support) Copia collegamentoCollegamento copiato negli appunti!
AMQ Streams 2.2.x is the Long Term Support (LTS) offering for AMQ Streams.
The latest patch release is AMQ Streams 2.2.2. The AMQ Streams product images have changed to version 2.2.2. The supported Kafka version remains at 3.2.3.
For information on the LTS terms and dates, see the AMQ Streams LTS Support Policy.
1.2. Kafka 3.2.3 support Copia collegamentoCollegamento copiato negli appunti!
AMQ Streams now supports Apache Kafka version 3.2.3.
AMQ Streams uses Kafka 3.2.3. Only Kafka distributions built by Red Hat are supported.
For upgrade instructions, see AMQ Streams and Kafka upgrades.
Refer to the Kafka 3.1.0, Kafka 3.2.0, Kafka 3.2.1, and Kafka 3.2.3 Release Notes for additional information.
Kafka 3.1.x is supported only for the purpose of upgrading to AMQ Streams 2.2.
For more information on supported versions, see the AMQ Streams Component Details.
Kafka 3.2.3 uses ZooKeeper version 3.6.3, which is the same version as Kafka 3.1.0. We recommend that you perform a rolling update to use the new binaries.
Kafka 3.2.3 provides access to self-managed mode, where Kafka runs without ZooKeeper by utilizing the Raft protocol. Note that self-managed mode is not supported in AMQ Streams.
1.3. Support for IBM Z and LinuxONE architecture Copia collegamentoCollegamento copiato negli appunti!
AMQ Streams 2.2 is enabled to run on IBM Z and LinuxONE s390x architecture.
IBM Z and LinuxONE is tested for AMQ Streams running with Kafka and Open JDK 11, on Red Hat Enterprise Linux 8 and later.
1.3.1. Requirements for IBM Z and LinuxONE Copia collegamentoCollegamento copiato negli appunti!
- Red Hat Enterprise Linux 8 and later
- Open JDK 11
1.3.2. Unsupported on IBM Z and LinuxONE Copia collegamentoCollegamento copiato negli appunti!
- Red Hat Enterprise Linux 7
- Open JDK 8, Oracle JDK 8 & 11, IBM JDK 8
1.4. Support for IBM Power architecture Copia collegamentoCollegamento copiato negli appunti!
AMQ Streams 2.2 is enabled to run on IBM Power ppc64le architecture.
IBM Power is tested for AMQ Streams running with Kafka and Open JDK 11, on Red Hat Enterprise Linux 8 and later.
1.4.1. Requirements for IBM Power Copia collegamentoCollegamento copiato negli appunti!
- Red Hat Enterprise Linux 8 and later
- Open JDK 11
1.4.2. Unsupported on IBM Power Copia collegamentoCollegamento copiato negli appunti!
- Red Hat Enterprise Linux 7
- Open JDK 8, Oracle JDK 8 & 11, IBM JDK 8
1.5. KRaft mode (development preview) Copia collegamentoCollegamento copiato negli appunti!
Apache Kafka is in the process of phasing out the need for ZooKeeper. You can now try deploying a Kafka cluster in KRaft (Kafka Raft metadata) mode without ZooKeeper.
This feature should be treated as a development preview.
This mode is experimental, intended only for development and testing, and must not be enabled for a production environment.
Currently, the KRaft mode in AMQ Streams has the following major limitations:
- Moving from Kafka clusters with ZooKeeper to KRaft clusters or the other way around is not supported.
- Upgrades and downgrades of Apache Kafka versions are not supported.
- SCRAM-SHA-512 authentication is not supported.
- JBOD storage with multiple disks is not supported.
- Many configuration options are still in development.
1.6. General Availability for Cruise Control Copia collegamentoCollegamento copiato negli appunti!
Cruise Control moves from Technology Preview to General Availability (GA). You can install Cruise Control and use it to rebalance your Kafka cluster using optimization goals — defined constraints on CPU, disk, network load, and more. In a balanced Kafka cluster, the workload is more evenly distributed across the broker pods.
Cruise Control helps to reduce the time and effort involved in running an efficient and balanced Kafka cluster.
A zipped distribution of Cruise Control is available for download from the AMQ Streams software downloads page. To install Cruise Control, you configure each Kafka broker to use the provided Metrics Reporter. Then, you set Cruise Control properties, including optimization goals, and start Cruise Control using the provided script.
The Cruise Control server is hosted on a single machine for the whole Kafka cluster.
When Cruise Control is running, you can use the REST API to:
- Generate dry run optimization proposals from multiple optimization goals
- Initiate an optimization proposal to rebalance the Kafka cluster
Other Cruise Control features are not currently supported, including notifications, write-your-own goals, and changing the topic replication factor.