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
This bug is in feature: #377 where the generic Http actions are enabled. When I try to send the request, I get an Unhandled endpoint type: 'org.opensearch.client.opensearch.generic.OpenSearchGenericClient$GenericEndpoint' error.
This issue is similar to #969. As mentioned there:
org.opensearch.client.transport.TransportException: Unhandled endpoint type: 'org.opensearch.client.opensearch.generic.OpenSearchGenericClient$GenericEndpoint'
at org.opensearch.client.transport.aws.AwsSdk2Transport.parseResponse(AwsSdk2Transport.java:527) ~[opensearch-java-2.10.1.jar:?]
at org.opensearch.client.transport.aws.AwsSdk2Transport.executeSync(AwsSdk2Transport.java:396) ~[opensearch-java-2.10.1.jar:?]
at org.opensearch.client.transport.aws.AwsSdk2Transport.performRequest(AwsSdk2Transport.java:193) ~[opensearch-java-2.10.1.jar:?]
at org.opensearch.client.opensearch.generic.OpenSearchGenericClient.execute(OpenSearchGenericClient.java:168) ~[opensearch-java-2.10.1.jar:?]
What is the expected behavior?
We need the generic flow to work for AWS opensearch as well.
Our service currently uses JDK8 and we needed to use the newer client to be compatible with JDK8. We are trying to get the generic client working so that we can use the query strings as created for previous versions.
The text was updated successfully, but these errors were encountered:
Looks like an exact dup of #969, or is it different?
Any interest in picking this up?
This isn't an exact duplicate. In #969 the user gets 403 error. I don't end up with a 403, but I am unable to see the response because there is no support for the Generic Client in the AwsSdk2Transport. I believe @reta has self-assigned #969. I'd like to know if the cause is the same.
What is the bug?
This bug is in feature: #377 where the generic Http actions are enabled. When I try to send the request, I get an
Unhandled endpoint type: 'org.opensearch.client.opensearch.generic.OpenSearchGenericClient$GenericEndpoint'
error.This issue is similar to #969. As mentioned there:
How can one reproduce the bug?
Dependency (openesearch-java v2.10.1):
Output:
What is the expected behavior?
We need the generic flow to work for AWS opensearch as well.
Our service currently uses JDK8 and we needed to use the newer client to be compatible with JDK8. We are trying to get the generic client working so that we can use the query strings as created for previous versions.
The text was updated successfully, but these errors were encountered: