https://github.com/satya-ajayy/tx-stream
High-performance Go-based application designed to seamlessly consume, transform, and process transactions data from a Kafka topics.
https://github.com/satya-ajayy/tx-stream
dead-letter-queue go-channel golang kafka-consumer parellel-processing
Last synced: 2 months ago
JSON representation
High-performance Go-based application designed to seamlessly consume, transform, and process transactions data from a Kafka topics.
- Host: GitHub
- URL: https://github.com/satya-ajayy/tx-stream
- Owner: satya-ajayy
- Created: 2025-04-13T06:35:03.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-31T17:28:12.000Z (about 1 year ago)
- Last Synced: 2025-06-01T05:57:49.533Z (about 1 year ago)
- Topics: dead-letter-queue, go-channel, golang, kafka-consumer, parellel-processing
- Language: Go
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Tx Processor
1) Tx Processor is a high-performance Go-based application designed to seamlessly consume, transform, and process transactions data from a Kafka topic.
Built with a scalable microservices architecture, the system ensures fault tolerance and efficient message handling
2) To ensure data integrity and prevent message loss, a Dead Letter Queue (DLQ) is implemented, capturing failed records for further analysis or reprocessing.
The application follows industry best practices, error handling, and graceful shutdowns to ensure smooth operation under heavy workloads.