go-producer
Simple test kafka producer with golang. Topic name: comments
136
If using kafka broker locally then use 0.0.1.SNAPSHOT version
if using kafka broker (with containe name = 'broker') then use 0.0.2.SNAPSHOT version
If using docker-compose - https://github.com/Dhiirendra8/devops-learn/blob/main/docker-learn/docker-compose/docker-compose-kafka.yml
Produce kafka messages using rest endpoint -
POST /api/v1/comments HTTP/1.1 Host: localhost:3000 Content-Type: application/json
{ "text": "Message 10" }
Content type
Image
Digest
sha256:621a49ad9…
Size
509.1 MB
Last updated
about 2 years ago
docker pull dhiirendra8/go-producer:0.0.3.SNAPSHOT