File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,6 @@ There are many more plugins available in addition to those provided by the stand
3232| repository-hdfs | 1.0.0 |
3333| repository-s3 | 1.0.0 |
3434| store-smb | 1.0.0 |
35- | transport-nio | 1.0.0 |
3635
3736## Related articles
3837
Original file line number Diff line number Diff line change @@ -55,5 +55,4 @@ The default OpenSearch transport is provided by the `transport-netty4` module an
5555
5656Plugin | Description
5757:---------- | :--------
58- ` transport-nio ` | The OpenSearch transport based on Java NIO. <br > Installation: ` ./bin/opensearch-plugin install transport-nio ` <br > Configuration (using ` opensearch.yml ` ): <br > ` transport.type: nio-transport ` <br > ` http.type: nio-http-transport `
5958` transport-reactor-netty4 ` | The OpenSearch HTTP transport based on [ Project Reactor] ( https://github.com/reactor/reactor-netty ) and Netty 4 (** experimental** ) <br > Installation: ` ./bin/opensearch-plugin install transport-reactor-netty4 ` <br > Configuration (using ` opensearch.yml ` ): <br > ` http.type: reactor-netty4 ` <br > ` http.type: reactor-netty4-secure `
You can’t perform that action at this time.
0 commit comments