Reputation: 189
This is a very generic question to the community out there, especially the Kafka Strimzi Bridge folks if they are reading this.
I am trying to implement their Apache Kafka HTTP Bridge as a POC for something. The documentation is very very poor and doesn't provide any assistance. I really just need to know how do you publish and consume messages off Kafka topic using the bridge. I have started the bridge but do not know anything beyond that as the documentation lacks basic examples.
Upvotes: 1
Views: 438
Reputation: 10075
Which version of the bridge are you using? The bridge documentation about exposed API is at the following link for the latest 0.14.0 version: https://strimzi.io/docs/bridge/latest/
You can also find an overall description of the bridge itself and a quick start guide in the Strimzi documentation here: https://strimzi.io/docs/latest/#kafka-bridge-concepts-str
Are you using it on Kubernetes deploying the Apache Kafka cluster with Strimzi cluster operator as well or as stand-alone?
If you need more help you can join our #strimzi channel on CNCF Slack workspace of course.
Upvotes: 3