Paolo Patierno

Results 96 issues of Paolo Patierno

Hi all, what's the plan for this project? I fixed a bug (https://github.com/Swagger2Markup/swagger2markup/pull/410) long time ago (in June) but no new release since April 2018. I see the work around...

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...

documentation

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...

enhancement
http

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...

help wanted
good-start

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...

It turned out that the HTTP bridge has quite bad behavior when a Kafka cluster is not running or is not reachable by the bridge itself. After adding the admin...

bug

Trying to run the bridge just as Docker container outside of Kubernetes gets the following error: ```shell docker run -it strimzi/kafka-bridge:0.17.0 [2020-07-10 08:23:37,145] INFO [main ] Strimzi Kafka Bridge 0.17.0...

As per https://github.com/strimzi/strimzi-kafka-operator/pull/3876, the future test container 0.21.0 will have the artifact renamed as `strimzi-test-container`. We have to change this reference in the bridge pom file because the test container...

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...

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...