-
I want to decode the body of HTTP request from beeline client in "transportMode=http", just like: since the body has been encoded by thrift protocol, I use code:
but occur fail. How does Kyuubi source code parse the body encoded by thrift protocol from the client? |
Beta Was this translation helpful? Give feedback.
Answered by
pan3793
Jan 17, 2025
Replies: 1 comment 3 replies
-
This is part of thrift Java SDK, as an application, we just use the thrift rpc protocol, do not care much about the underlying transport layer. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
org.apache.thrift.transport.THttpClient
might be a good entry point for code reading