helm upgrade --install kafka --namespace kafka incubator/kafka
Open the container in vscode remote container and run go build
To launch the server, use ./kafka-producer <broker> <topic>
To publish, perform
curl --request POST 'http://localhost:8100/produce' \
--header 'Content-Type: application/json' \
--data-raw '{
"message": "data"
}'
On local laptop, running 50000 iterations