Skip to content

MohMaz/vgad

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

How to run:

Run compose file:

docker-compose -f SingleNode.yml up -d

verify kafka-rest is running:

docker logs -f kafka-rest | grep -i "server started"

  • restart kafka-rest if not running: docker restart kafka-rest

send simple data to kafka-rest:

curl -X POST -H "Content-Type: application/vnd.kafka.json.v2+json" \
          --data '{"records":[{"value":{"name": "testUser"}}]}' \
          "http://localhost:8082/topics/vgad"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published