Implement AMQP protocol base on Kafka Queues.(KIP-932) Aok broker is a stateless process, backed by Apache Kafka, serving as the storage layer for messages and metadata.
In order to run AOK, you must first start Apache Kafka version 4.1 or above and enable the share group feature.
You can follow the instructions in the Kafka Quick Start to set up a Kafka cluster.
Notice that should set the following configurations in server.properties:
group.share.enable=true
Aok runs on all major operating systems and requires only a Java JDK version 8 or higher to be installed.
To check, run java -version:
$ java -version
java version "1.8.0_121"