Replies: 4 comments 32 replies
-
You should probably share the command you run, your Bridge configuration etc. |
Beta Was this translation helpful? Give feedback.
-
this is my config: uncomment one the following lines (bridge.tracing) to enable Jaeger tracing, check the documentation how to configure the tracerOpenTracing support#bridge.tracing=jaeger OpenTelemetry support#bridge.tracing=opentelemetry #Apache Kafka common #Apache Kafka producer #Apache Kafka consumer #AMQP related settings #HTTP related settings this is my rund commong : |
Beta Was this translation helpful? Give feedback.
-
I've been running into the same issue:
So the connection is clearly fine, however, when attempting to publish some data on the producer
Returns the same HTTP Status code 400. Here are the full logs doesn't look like there's anything too interesting after making the two above requests. I've deployed on on-prem K3S using Istio as the IngressGateway. Please let me know if you need any more details. |
Beta Was this translation helpful? Give feedback.
-
I think that this error could be related to this fix (on bridge 0.23.0) #714 |
Beta Was this translation helpful? Give feedback.
-
i hava done complete according to the tutorial, but a get
{
"error_code": 400,
"message": "Bad Request"
}
https://github.com/strimzi/strimzi-kafka-bridge/blob/main/documentation/modules/proc-producing-messages-from-bridge-topics-partitions.adoc
Beta Was this translation helpful? Give feedback.
All reactions