Skip to content

A few tools I made to make posting and receiving msgs with Kafka a bit easier for QA people

Notifications You must be signed in to change notification settings

bernabesc/KafkaTools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kafka Tools - Post JSON to Kafka

Tool to easily post a json file to Kafka using a select file tool

GitHub release (latest by date) GitHub Release Date GitHub last commit GitHub Repo stars GitHub forks

A small kafka tool written in Java to easly post json files to kafka.

This is extra useful if you dont have a docker or dont have access to where your kafka service is running, you can specify the ip and post your json.

How to use it:

  • At the ip of your docker ( if you are running it locally it prob is localhost:9093)
  • At the topic (where you want the json to be posted at)
  • You can also add a header (optional)
  • Choose the json file
  • Click Send JSON and voila!

** I do plan to add a consume message later (not sure if saving the consumed message into json is useful)

Features

v1.0

  • Post Json to kafka
  • Include header (format key=value)
  • Add topics

Requirements

Screenshots

Screenshot Page 1

This tool is tested on

  • ✅ Windows 10 & 11

Developer

Bernabe Soto - @bernabesc

About

A few tools I made to make posting and receiving msgs with Kafka a bit easier for QA people

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published