PaulRMellor / strimzi-kafka-bridge

Apache Kafka bridge

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status

Apache Kafka bridge

This project provides a software component which acts as a bridge between different standard protocols and an Apache Kafka cluster. The current supported protocols are :

It provides a different way to interact with Apache Kafka because the latter supports natively only custom (proprietary) protocol. Thanks to the bridge, all clients which can speak different standard protocols can connect to Apache Kafka cluster in order to send and receive messages to/from topics.

Internals

You can find more documentation on "internals" and how the bridge works at following doc folder.

About

Apache Kafka bridge

License:Apache License 2.0


Languages

Language:Java 99.7%Language:Shell 0.2%Language:Dockerfile 0.1%Language:D 0.0%