-
Notifications
You must be signed in to change notification settings - Fork 533
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
[INLONG-10644][Sort] Add the elasticsearch-base module to implement elasticsearch connector 6&7 #10647
Conversation
…lasticsearch connector 6&7
Please add test result on es 6 or 7 |
Plz add source information for es connector classes |
The es connector 6/7 are base on it. So,in my opinion, it is also a part of es connector. |
Co-authored-by: AloysZhang <[email protected]>
BTW, Flink-1.15 needs this feature too, would you like to work on it? |
yes, I would like to do that, it will done soon~ |
[INLONG-10644][Sort] Add the elasticsearch-base module to implement elasticsearch connector 6&7
Fixes #10644
Motivation
Add the elasticsearch-base module to implement elasticsearch connector 6&7
To easy to develop
Modifications
Add some public constants, methods, classes, interfaces, etc.