uber / tchannel-java

A Java implementation of the TChannel protocol.
MIT License
133 stars 67 forks source link

Pass tchannel language and version headers in init req #161

Open prashantv opened 7 years ago

prashantv commented 7 years ago

All other languages propagate the tchannel_* headers mentioned in the spec: http://tchannel.readthedocs.io/en/latest/protocol/#headers

tchannel-java is currently missing these headers which makes it harder to debug issues caused by older versions of the library.