Skip to content

This is a payment system that utilizes Kafka technology for asynchronous integration

License

Notifications You must be signed in to change notification settings

jjeanjacques10/payment-async-kafka

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Payment System - Kafka Integration

This is a payment system that utilizes Kafka technology for asynchronous integration among its different components.

Project Diagram - Kafka Microsservices

Technologies

  • Java 21
  • Kotlin
  • Spring Boot
  • Kafka
  • Docker

Applications

This application is responsible for processing PIX payment transactions. It integrates with Kafka to send messages related to transactions.

The notification application is responsible for sending notifications to users regarding payment transactions. It integrates with Kafka to consume messages related to transactions and send notifications accordingly.

Getting Started

Create Kafka infrastructure using docker:

docker-compose up -d --build

Developed by Jean Jacques Barros

About

This is a payment system that utilizes Kafka technology for asynchronous integration

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages