Skip to content

VictorGil/transfers_recording_service

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

69 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Transfers Recording Service

This is an example/PoC of how to use Kafka in order to implement event-driven microservices.

The source code of the entities (regular POJOs) and Avro classes used by this service are in the transfers_api source code repository.

Requirements

  • Maven 3
  • Java 12
  • Confluent Platform (which includes Kafka)

Other related repositories

More information on