An open API service indexing awesome lists of open source software.

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: 8 months ago
JSON representation

Application designed to seamlessly consume, transform, and process transactions data from kafka topics.

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.