Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 478 Bytes

File metadata and controls

19 lines (11 loc) · 478 Bytes

Redpanda

This is a simple application that uses Redpanda to produce and consume messages.

Start

Task up: To start the application, run the following command.

Task down: To stop the application, run the following command.

Components

  • Redpanda: A streaming data platform.
  • App: A simple application that uses Redpanda to produce and consume messages.
  • Consumer: A simple consumer that consumes messages from Redpanda.

Note:

I did this for fun and I hate it.