Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 658 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 658 Bytes

msgGeneratorKafka

Overview

The Message Generator API is a versatile tool designed to generate and push messages to various message queues through a unified API interface. Currently, it supports Kafka as the message broker, with plans to integrate additional message queue providers in the future.

Features

  • Message Generation: Generate messages with customizable size and schema.
  • Dynamic Configuration: Configure the number of generator threads, message rate, and other parameters via API requests.
  • Kafka Integration: Push generated messages to Kafka topics.
  • Flexible API: Interact with the API to control message broker.