rmoff's random ramblings
about talks

httpie

Mar 8, 2019
Mar 8, 2019

Using httpie with the Kafka REST Proxy

This shows how to use httpie with the Confluent REST Proxy.

Send data

echo '{"records":[{"value":{"foo":"bar"}}]}' | \
  http POST http://localhost:8082/topics/jsontest \
  Content-Type:application/vnd.kafka.json.v2+json Accept:application/vnd.kafka.v2+json

Story logo

© 2025