rmoff's random ramblings
about talks

httpie

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

Continue Reading


Robin Moffatt

Robin Moffatt works on the DevRel team at Confluent. He likes writing about himself in the third person, eating good breakfasts, and drinking good beer.

Story logo

© 2025