WillemJiang commented on a change in pull request #593: [SCB-1593] Use Netty 
native transport improve performance
URL: https://github.com/apache/servicecomb-pack/pull/593#discussion_r346724602
 
 

 ##########
 File path: 
alpha/alpha-server/src/main/java/org/apache/servicecomb/pack/alpha/server/GrpcServerConfig.java
 ##########
 @@ -55,6 +55,9 @@
   @Value("${alpha.server.ssl.clientCert:client.crt}")
   private String clientCert;
 
+  @Value("${alpha.feature.native:false}")
+  private boolean nettyTransport;
 
 Review comment:
   How about Rename the configuration setting to nativetransport.

----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to