Kafka Commands
Kafka Commands
POST:http://localhost:8081/kafka/publish
{
"message": "Hi ankit"
}
#To get All message
GET:http://localhost:8081/kafka/getAll
#To delete All message
DELETE:http://localhost:8081/kafka/deleteAll
#KAFKA Commands
#(1). Go to this folder
D:\Kafka\kafka_2.12-2.3.0