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
instrumentation is only added once folks ask for it, and someone has time to implement it. Sometimes, not everything ends up here.. For example, it could be that thrift ends up with a brave module vs us having a thrift one.
The closest we have to thrift instrumentation right now is Armeria, which accepts the thrift protocol. In their case, due to API breaks between thrift versions, they end up needing to a different module per version of thrift. That is an unfortunate norm in libraries that don't ever release a semantic 1.0 version.
There's also a possibility someone has instrumented thrift, just not here. The next step is to get at least a few people interested as there is a maintenance cost for sure. Also, maybe check if someone at thrift is interested in hosting this or not.
Are there plans to support Thrift RPC?Dubbo and gRPC is currently supported.
The text was updated successfully, but these errors were encountered: