https://github.com/satya-ajayy/txprocessor
Application designed to seamlessly consume, transform, and process transactions data from kafka topics.
https://github.com/satya-ajayy/txprocessor
docker-compose golang kafka-consumer
Last synced: over 1 year ago
JSON representation
Application designed to seamlessly consume, transform, and process transactions data from kafka topics.
- Host: GitHub
- URL: https://github.com/satya-ajayy/txprocessor
- Owner: satya-ajayy
- Created: 2025-02-28T19:16:14.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-21T13:59:02.000Z (over 1 year ago)
- Last Synced: 2025-03-21T14:48:25.700Z (over 1 year ago)
- Topics: docker-compose, golang, kafka-consumer
- Language: Go
- Homepage:
- Size: 26.4 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.