strimzi-kafka-bridge
strimzi-kafka-bridge copied to clipboard
An HTTP bridge for Apache Kafka®
Now that the bridge has the support for OpenTelemetry and we are deprecating OpenTracing, we also need to document how to configure the bridge with OpenTelemetry when it runs as...
Because the HTTP bridge takes trace of the created consumer via an instanceid (after creation), most of the subsequent operations work if the HTTP client connects to the same HTTP...
I have setup kafkabridge locally as well as in a kubernetes cluser. Subscribing to topics is successful with POST API with response code 204. ``` curl --location --request POST 'http://localhost:8080/consumers/my-group/instances/my-consumer/subscription'...
Related to #498 it sounds it could be useful to have a simple way to selectively shutting down the producer or consumer part of the HTTP bridge. Something like using...
Hi, could anyone advise how to reduce bridge metrics exposing? I found a file https://github.com/strimzi/strimzi-kafka-bridge/blob/main/src/main/resources/jmx_metrics_config.yaml with config. And I don't need so much metrics. Could I overwrite them or add...
When an operation against the bridge is executed without specifying the `content-type` in the header, the following error is logged in the pod and an "Internal Server Error" string is...
I have a relatively small size Strimzi Kafka setup for my development testing and getting this error in Strimzi Kafka Bridge (v 0.20.1 ) every day. ``` 2022-01-06 11:38:39 WARN...
The Bridge currently support the max kafka version of 2.8.1. Bumping the kafka version to 3.0.0 cause test failures since many changes were introduced in kafka 3.0.0 which is not...
Hi, I'm trying to add my own endpoint url to expose my kafka rest proxy but seems it's not allowed. As when call curl get method to get topics list,...
Hi ✋ The vast majority of kafka bridge requests have good response times (less than 200ms), but some have more than 2-5 seconds. I tried to find the problem and...