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
511 stars 48 forks source link

Add `BINDING_HTTP_REQUEST_REJECTED` event for any non `200s` response code #1135

Open vordimous opened 2 weeks ago

vordimous commented 2 weeks ago

Is your feature request related to a problem? Please describe. When trying to determine if requests are reaching the zilla instance an error response could be a result of zilla or the upstream networking layer.

Describe the solution you'd like If Zilla logged rejected requests, It would provide insight into failed attempts where the client is not responsible for the error. It would also give visibility of inappropriate (nefarious or accidental) requests getting to the zilla instance.