jainkuniya / proKaa

Publish text and protobuf messages to kafka

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proka

ProKaa

The missing GUI Client for publishing messages to Kafka. 🌸

Inspired by BloomRPC

ProKaa aim to give the simplest and efficient developer experience for testing Kafka consumers.

Install the client, select your protobuf files and start pushing messages to kafka! No extra steps or configuration needed.

Contributing

Prokaa is a electorn app which uses Electron, React, Redux, React Router, Webpack and React Hot Loader for rapid application development (HMR).

Install

First, clone the repo via git and install dependencies:

git clone https://github.com/jainkuniya/proKaa
cd proKaa
yarn

Starting Development

Start the app in the dev environment. This starts the renderer process in hot-module-replacement mode and starts a webpack dev server that sends hot updates to the renderer process:

yarn dev

prokaa-example

Packaging

To package Prokaa for the local platform:

yarn package

Background

This is an unplanned project, which is result of a simple thought of having an UI to push proto messages in the Kafka log. So from code perspective, standards and patterns might be missing. It started from electron-react-boilerplate, so there might still some boilerplate/unused code. As this project proceeds, we aim to clean and improve it.

Contribution and feedback welcomed :)

License

Apache License 2.0

About

Publish text and protobuf messages to kafka

License:Apache License 2.0


Languages

Language:TypeScript 70.6%Language:JavaScript 23.7%Language:CSS 4.2%Language:HTML 1.5%