Zhihua Deng created THRIFT-5863: ----------------------------------- Summary: Add method for customizing the TConfiguration in TServerTransport Key: THRIFT-5863 URL: https://issues.apache.org/jira/browse/THRIFT-5863 Project: Thrift Issue Type: Improvement Components: Java - Library Reporter: Zhihua Deng Assignee: Zhihua Deng
Sometimes we need to customize TConfiguration of the accepted socket in TServerTransport, such as adjusting the max message size or frame size. To achieve this, we have to override the TServerTransport's accept method to push the customized configuration to the socket, such as the HIVE-28824. -- This message was sent by Atlassian Jira (v8.20.10#820010)