Contacts CRUD operations and Kafka publish and consume
POST: http://localhost:9999/api/employees
GET: http://localhost:9999/api/employees/1
GET ALL: http://localhost:9999/api/employees
PUT: http://localhost:9999/api/employees/3
DELETE: http://localhost:9999/api/employees/5
POSTGRES DB :
Kafka Produced Message Post Request: http://localhost:9888/employees
{ "firstName": "Arsh", "lastName": "Ariz", "email": "arshariz@mail.com" }
Kafka Produce Message:
Kafka Consumed Message: