Skip to content

Commit

Permalink
Remove transport-nio plugin documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Ross <[email protected]>
  • Loading branch information
andrross committed Feb 4, 2025
1 parent a72edf8 commit ad17f28
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion _install-and-configure/additional-plugins/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ There are many more plugins available in addition to those provided by the stand
| repository-hdfs | 1.0.0 |
| repository-s3 | 1.0.0 |
| store-smb | 1.0.0 |
| transport-nio | 1.0.0 |

## Related articles

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,5 +55,4 @@ The default OpenSearch transport is provided by the `transport-netty4` module an

Plugin | Description
:---------- | :--------
`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`
`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 comments on commit ad17f28

Please sign in to comment.