You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@iotdb.apache.org by GitBox <gi...@apache.org> on 2020/03/22 15:32:02 UTC

[GitHub] [incubator-iotdb] Ring-k opened a new pull request #930: add rpc compression api in client and session module

Ring-k opened a new pull request #930: add rpc compression api in client and session module
URL: https://github.com/apache/incubator-iotdb/pull/930
 
 
   This pull request is to support rpc compression in client and session module.
   
   I added an argument "-c" in client. When it occurs in the argument list, it means that the rpc compression on the client side should be enabled. It actually changes the Config class in jdbc package.
   
   I also added a method `void open(boolean enableRPCCompression)` in Session class.

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

[GitHub] [incubator-iotdb] qiaojialin merged pull request #930: add rpc compression api in client and session module

Posted by GitBox <gi...@apache.org>.
qiaojialin merged pull request #930: add rpc compression api in client and session module
URL: https://github.com/apache/incubator-iotdb/pull/930
 
 
   

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services