-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add transport support to connect with an extension #2019
Labels
Comments
5 tasks
saratvemulapalli
changed the title
Add transport support to connect with independent plugin
Add transport support to connect with an extension
Feb 18, 2022
Update: I was able to get OpenSearch to talk to a TCP server(extension) and receive a message.
|
Update: #2351 (comment) |
Closing this as the remaining items are anyway being tracked in #2228 |
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Transport Service with OpenSearch by default supports connecting to different nodes on the cluster.
Extend this mechanism to connect to an independent plugin running on the system.
TransportService connects to different nodes via DiscoveryNode.
We might have to implement something similar for a plugin.
The text was updated successfully, but these errors were encountered: