daneshzaki / kokpit

Basic Kafka client that does publish subscribe and runs as a Windows application

Home Page:https://daneshzaki.medium.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kokpit

Kokpit is a basic Kafka client. It has features to automatically connect to a Kafka broker, create a topic on the fly, publish and subscribe messages from it. The UI is simple and intuitive. The consumer sees the messages on the topic it has subscribed to in the UI in real-time as they get published.

Kokpit is built using KafkaJS, Socket.io and ElectronJS. KafkaJS provides the Kafka client logic, while Socket.io enables real time communication from Kafka topic to the UI. ElectronJS helps this to be a native desktop application. While releases for Windows are available, the code can be used to build it for other platforms.

For more details, please see this post. The latest version is 0.3, available here.

About

Basic Kafka client that does publish subscribe and runs as a Windows application

https://daneshzaki.medium.com/

License:Apache License 2.0


Languages

Language:HTML 65.6%Language:JavaScript 34.4%