-
Notifications
You must be signed in to change notification settings - Fork 51
HTTP155 Initial commit for open source Flink #165
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
base: flink
Are you sure you want to change the base?
Conversation
fyi @grzegorz8 |
@grzegorz8 I have split the poms out so there is now a parent , the code and sql (with the shading). Accummulating a list of tasks I need to do before offering to Flink :
|
I did not see this build breaks locally. Changing to draft while I address them. |
flink-connector-http/src/main/java/org/apache/flink/connectors/http/HttpSinkBuilder.java
Outdated
Show resolved
Hide resolved
...main/java/org/apache/flink/connectors/http/internal/config/HttpConnectorConfigConstants.java
Outdated
Show resolved
Hide resolved
...r-http/src/main/java/org/apache/flink/connectors/http/internal/security/SecurityContext.java
Outdated
Show resolved
Hide resolved
.../java/org/apache/flink/connectors/http/internal/sink/httpclient/RequestSubmitterFactory.java
Outdated
Show resolved
Hide resolved
...-http/src/main/java/org/apache/flink/connectors/http/internal/utils/uri/CharArrayBuffer.java
Outdated
Show resolved
Hide resolved
@grzegorz8 thanks for your valuable feedback - I have addressed what you have raised - so I can see the build issues again (that I do not see locally) so I can address before taking the PR out of draft. I am aware that Flink is looking to support java 17 and 21 as well as 11. 21 was failing prior to the pom split. |
Signed-off-by: davidradl <[email protected]>
I have fixed the convergence locally. without the plugin I see errors like: Still investigating - any thoughts ? |
Description
First commit for Flink, includes:
changing the pom in line with the standard Flink connector including
Resolves
HTTP155
PR Checklist
I am looking to get this code into Flink with the commit history as-is.
There are still things to do:
But I think it makes sense to get this initial commit in to push the commit history over. So all subsequent contributions will count as Flink contributions.