-
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
[Feature][Connector][Elasticsearch] Support https protocol #3997
Conversation
4ef09d6
to
302b80a
Compare
PTAL |
public final class DerUtils { | ||
public static final int SEQUENCE_TAG = 0x30; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This class looks to be from the airlift
project, please confirm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed. please review
302b80a
to
eb11ac5
Compare
} | ||
|
||
public BulkResponse bulk(String requestBody) { | ||
Request request = new Request("POST", "_bulk"); | ||
Request request = new Request("POST", "/_bulk"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
compatible with aws opensearch
5ba48da
to
23df106
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add release note to /release-note.md
* support https protocol * compatible with opensearch
23df106
to
3f19ec1
Compare
fixed @EricJoy2048 |
@hailin0 |
Purpose of this pull request
Check list
New License Guide
release-note
.