Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 945 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 945 Bytes

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.