You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The onFailure method from ActionListener is necessary for integrating AD plugin. This will be implemented through a Transport API between OpenSearch and the SDK.
Tasks:
Create sendActionListenerOnFailureRequest method in ExtensionsRunner.java that will send the request to OpenSearch
Create handleActionListenerOnFailureRequest method in ExtensionsOrchestrator.java that will call listener.onFailure(Exception e) and send an ack back to the SDK
Create handleActionListenerOnFailureRequest method in ExtensionsRunner.java that will receive the ack and print a confirmation
The onFailure method from ActionListener is necessary for integrating AD plugin. This will be implemented through a Transport API between OpenSearch and the SDK.
Tasks:
Create
sendActionListenerOnFailureRequestmethod inExtensionsRunner.javathat will send the request to OpenSearchCreate
handleActionListenerOnFailureRequestmethod inExtensionsOrchestrator.javathat will calllistener.onFailure(Exception e)and send an ack back to the SDKCreate
handleActionListenerOnFailureRequestmethod inExtensionsRunner.javathat will receive the ack and print a confirmationAdd unit tests for the methods above