Skip to content

JimmyWang6/AMQP-On-Kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

logo

AMQP Protocol on Kafka Queues

Apache License

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.

Quick Start

Prerequisites

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

Run Aok locally

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"

Code structure

About

About

AMQP protocol base on Kafka

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages