Choose how you want to run Kafkorama
The fastest way to deploy Kafkorama is using this Docker project. It includes a Docker Compose setup with Kafkorama Gateway 6.0.23, Kafkorama Portal 1.0.1, several Kafkorama demos, and a local Kafka instance for testing.
git clone https://github.com/kafkorama/kafkorama-deployment
cd kafkorama-deployment
./run.sh
Both Kafkorama Gateway and Kafkorama Portal are written in Java and run on the Java Virtual Machine (JVM). This guide includes the installation of the OpenJDK JVM before setting up Kafkorama.
yum install -y java-11-openjdk-headless
wget https://kafkorama.com/releases/6.0.23/kafkorama-gateway-6.0.23-build20250618.x86_64.rpm
rpm -Uvh kafkorama-gateway-6.0.23-build20250618.x86_64.rpm
systemctl enable --now kafkorama-gateway
wget https://kafkorama.com/releases/1.0.1/kafkorama-portal-1.0.1-build20250618.x86_64.rpm
rpm -Uvh kafkorama-portal-1.0.1-build20250618.x86_64.rpm
systemctl enable --now kafkorama-portal
127.0.0.1
.
Both Kafkorama Gateway and Kafkorama Portal are written in Java and run on the Java Virtual Machine (JVM). This guide includes the installation of the OpenJDK JVM before setting up Kafkorama.
apt-get install openjdk-11-jre-headless
wget https://kafkorama.com/releases/6.0.23/kafkorama-gateway-6.0.23-build20250618.x86_64.deb
dpkg -i kafkorama-gateway-6.0.23-build20250618.x86_64.deb
systemctl enable --now kafkorama-gateway
wget https://kafkorama.com/releases/1.0.1/kafkorama-portal-1.0.1-build20250618.x86_64.deb
dpkg -i kafkorama-portal-1.0.1-build20250618.x86_64.deb
systemctl enable --now kafkorama-portal
127.0.0.1
.
Both Kafkorama Gateway and Kafkorama Portal are written in Java and run on the Java Virtual Machine (JVM). This guide includes the installation of the OpenJDK JVM before setting up Kafkorama.
Install Java 11 following the instructions for your platform.
Download Kafkorama Gateway archive for your platform:
Extract the downloaded archive, navigate to the extracted folder, run the appropriate startup script:
./start-kafkorama-gateway.sh
(Linux/macOS)start-kafkorama-gateway.bat
(Windows)Download Kafkorama Portal archive for your platform:
Extract the downloaded archive, navigate to the extracted folder, run the appropriate startup script:
./start-kafkorama-portal.sh
(Linux/macOS)start-kafkorama-portal.bat
(Windows)127.0.0.1
.
Deploy Kafkorama Gateway on any Kubernetes cluster using a standard manifest. This guide focuses only on the Kafkorama Gateway cluster setup — the Kafkorama Portal is not included.
Deploy Kafkorama Gateway on AWS using EKS and Amazon MSK (Managed Streaming for Apache Kafka). This guide focuses only on the Kafkorama Gateway cluster setup — the Kafkorama Portal is not included.
Deploy Kafkorama Gateway on Azure AKS with Kafka-compatible messaging via Event Hubs. This guide focuses only on the Kafkorama Gateway cluster setup — the Kafkorama Portal is not included.
Continue your journey with Kafkorama using the guides below.