uber / tchannel

network multiplexing and framing protocol for RPC
MIT License
1.15k stars 129 forks source link

Include more information in errors #1417

Open prashantv opened 7 years ago

prashantv commented 7 years ago

We often see errors like no handler found for "svc" with method "method". It would make debugging a lot easier if these errors included the host:port (and service name if possible) that the error was generated on.

Thoughts? @blampe @willhug @abhinav