You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
POST an invalid request getting a 400 back and logs MODEL_PROTOBUF_VALIDATION_FAILED A message payload failed validation. Cannot find field: invalid in message Request. to stdout
POST a valid request getting a 400 back and logs MODEL_PROTOBUF_VALIDATION_FAILED A message payload failed validation. Field Request.message has already been set.. to stdout
POST an invalid "messages" field request getting a 400 back and immediately post the correct payload after. Run both curl commands at the same time and sometimes the second one works and other times it will hang until it gets a 204 back after ~10min and the message is not on the Kafka topic
Describe the bug
A clear and concise description of what the bug is.
To Reproduce
Use this example http.kafka.proto.json.zip. The setup and repro steps can also be found in the README.md
Setup
The
setup.sh
script:Bug scenarios
Each of the below scenarios are run from a fresh install of zilla and kafka
Sending invalid JSON breaks subsequent requests
POST
a valid request getting a204
backPOST
an invalid request getting a400
back and logsMODEL_PROTOBUF_VALIDATION_FAILED A message payload failed validation. Cannot find field: invalid in message Request.
to stdoutPOST
a valid request getting a400
back and logsMODEL_PROTOBUF_VALIDATION_FAILED A message payload failed validation. Field Request.message has already been set..
to stdoutSending an invalid
message
fieldSending an invalid
message
field causes subsequent requests to take ~10 min to get a204
but the message doesn't show up onto kafkaPOST
a valid request getting a204
backPOST
an invalid"messages"
field request getting a400
back and immediately post the correct payload after. Run both curl commands at the same time and sometimes the second one works and other times it will hang until it gets a204
back after ~10min and the message is not on the Kafka topicThe text was updated successfully, but these errors were encountered: