RainYuY commented on code in PR #16416:
URL: https://github.com/apache/dubbo/pull/16416#discussion_r3764230773


##########
dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/h12/grpc/GrpcHttp2ServerTransportListener.java:
##########
@@ -170,7 +170,7 @@ private class LazyFindMethodListener implements 
HttpMessageListener {
         private final StreamingDecoder streamingDecoder;
 
         private LazyFindMethodListener() {
-            streamingDecoder = new GrpcStreamingDecoder();
+            streamingDecoder = getStreamingDecoder();
             streamingDecoder.setFragmentListener(new 
DetermineMethodDescriptorListener());
             streamingDecoder.request(Integer.MAX_VALUE);

Review Comment:
   Could this change cause the existing backpressure mechanism to stop working?



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to