OpenSearch/plugins/transport-nio
Tim Brooks 93c2c604e5
Move compression config to ConnectionProfile (#35357)
This is related to #34483. It introduces a namespaced setting for
compression that allows users to configure compression on a per remote
cluster basis. The transport.tcp.compress remains as a fallback
setting. If transport.tcp.compress is set to true, then all requests
and responses are compressed. If it is set to false, only requests to
clusters based on the cluster.remote.cluster_name.transport.compress
setting are compressed. However, after this change regardless of any
local settings, responses will be compressed if the request that is
received was compressed.
2018-11-08 10:37:59 -07:00
..
licenses NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00
src Move compression config to ConnectionProfile (#35357) 2018-11-08 10:37:59 -07:00
build.gradle NETWORKING: Upgrade Netty to 4.1.30 (#34417) 2018-10-12 16:13:28 +01:00