zilla icon indicating copy to clipboard operation
zilla copied to clipboard

Add log events for failed routing in bindings

Open vordimous opened this issue 7 months ago • 0 comments

Describe the desired outcome from the user's perspective As a developer, I will implement both simple and complicated routing logic in zilla. Information on which components in a complicated network stack are succeeding or failing is important.

Acceptance criteria

  • Create a log event when a request doesn't successfully match one of the available routes and doesn't have a default exit
  • [ ] https://github.com/aklivity/zilla/issues/1135
  • Create a log event when CORS fails
  • Create a generic log event for any MQTT failures. all CONNACK (131) should log as much context as possible for the failure.
  • [ ] https://github.com/aklivity/zilla/issues/1024

vordimous avatar Jul 05 '24 18:07 vordimous