Skip to content

Commit 582e4c5

Browse files
andrrossepugh
authored andcommitted
Remove transport-nio plugin documentation (opensearch-project#9154)
Signed-off-by: Andrew Ross <[email protected]> Signed-off-by: Eric Pugh <[email protected]>
1 parent fa394ed commit 582e4c5

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

_install-and-configure/additional-plugins/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

_install-and-configure/configuring-opensearch/network-settings.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,5 +55,4 @@ The default OpenSearch transport is provided by the `transport-netty4` module an
5555

5656
Plugin | 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`

0 commit comments

Comments
 (0)