aklivity / zilla

🦎 A multi-protocol edge & service proxy. Seamlessly interface web apps, IoT clients, & microservices to Apache Kafka® via declaratively defined, stateless APIs.
https://docs.aklivity.io/zilla
Other
550 stars 50 forks source link

POST application/protobuf binary data can get stuck #1283

Closed vordimous closed 1 month ago

vordimous commented 1 month ago

Describe the bug After posting poison pill messages that don't match the correct payload format, correctly formatted messages will not successfully post.

To Reproduce Steps to reproduce the behavior:

  1. download this example http.kafka.proto.zip
  2. The README.md has instructions on how to post successful and incorrect proto messages
  3. after Posting the "wrong order" message zilla will start failing to post correctly formatted messages
vordimous commented 1 month ago

The bug is replicated using protoc version 24.x, when upgrading to version version 28.x I am unable to replicate the bug.