Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/daneshzaki/kokpit

Basic Kafka client that does publish subscribe and runs as a Windows application
https://github.com/daneshzaki/kokpit

electron-app javascript kafka kafkajs nodejs windows

Last synced: 4 months ago
JSON representation

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

Lists

README

        

# 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.