Skip to content

RefaatM/Kafka.SpringBoot.Microservice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

The service receives events from the Kafka topic users, which represents user registrations. The JSON data is structured as follows:

{ 
    "login":"someLogin",   
    "creationTime":"2018-06-20T22:51:20.030201" 
}

Once the event is received, it is transformed to the Java object RegisteredUserEvent (via the Jackson library) and stored in the relational H2 database via Spring Data JPA.

Releases

No releases published

Packages

No packages published

Languages