strimzi-kafka-bridge icon indicating copy to clipboard operation
strimzi-kafka-bridge copied to clipboard

An HTTP bridge for Apache Kafka®

Results 81 strimzi-kafka-bridge issues
Sort by recently updated
recently updated
newest added

Because of the way most of the HTTP client works, every time an action is taken against the bridge, a new connection is open. It happens, for example, for the...

Please add documentation on how to run the bridge locally as simple docker container or as part of a docker-compose file.

Currently using the docker script to start the container image requires a log4j.properties file to be accessible from the strimzi path. It that file is not available, it should provide...

Currently, the openapi 2.0 spec returned at /openapi is statically set to `/`. When the Kafka-Bridge instance is behind a gateway and the gateway is taking requests at path e.g.,...

My consumer config - ``` { "name": "test", "auto.offset.reset": "earliest", "format": "json", "enable.auto.commit": false, "fetch.min.bytes": 512, "consumer.request.timeout.ms": 3000 } ``` When I publish large quantities of data (several GB) and...

Hello, I follow the getting started to produce and consume a json payload. https://strimzi.io/blog/2019/11/05/exposing-http-bridge/ The event payload is a json object, and the key is a simple string. The consequence...

When updating the Vert.x version to 3.8.5 (mostly for the Vert.x Kafka client) we are facing the following error with some producer tests where the value is sent as a...

I'm enabling JMX port for Strimzi -Kafka bridge by adding these lines in the Kafka-Bridge.sh file. -Dcom.sun.management.jmxremote.port=9250 -Dcom.sun.management.jmxrempte.rmi.port=9250 -Dcom.sun.management.jmxremote.authenticate=false -Dcom.sun.management.jmxremote.ssl=false After this, when I run strimzi and check it in...

I have placed the Strimzi bridge behind an NGINX reverse proxy, which is fronted by an AWS ALB. The communication between the ALB and NGINX is in "https" and between...

_**This isn't an issue but a general request.**_ Are there any talks of integrating Strimzi with Grafana? This will allow the bridge administrators insights into the performance aspects of the...