Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 1 KB

README.md

File metadata and controls

22 lines (16 loc) · 1 KB

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