Skip to content
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-V2] Socket Connector Sink #2549

Merged
merged 4 commits into from
Aug 28, 2022

Conversation

531651225
Copy link
Contributor

#1946
Add Socket Connector Sink
the output format is json format
图片

Purpose of this pull request

Check list

@TyrantLucifer
Copy link
Member

BTW, please fix CI first.

private String host;
private Integer port;
private int port;
private Integer maxNumRetries = DEFAULT_MAX_RETRIES;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The same as port

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you very much for your advice. I have fixed the problems mentioned above

@TyrantLucifer
Copy link
Member

TyrantLucifer commented Aug 28, 2022

LGTM, let's waiting CI, cc @CalvinKirs

@531651225
Copy link
Contributor Author

531651225 commented Aug 28, 2022

图片

The CodeQL/Analyze (Java) step in CI was cancelled,. I think the overall compilation of the project timed out.
How to solve it?

@TyrantLucifer
Copy link
Member

图片

The CodeQL/Analyze (Java) step in CI was cancelled,. I think the overall compilation of the project timed out. How to solve it?

Could you please help him restart the CI process? @Hisoka-X

@CalvinKirs CalvinKirs merged commit 94f4600 into apache:dev Aug 28, 2022
TyrantLucifer pushed a commit to TyrantLucifer/incubator-seatunnel that referenced this pull request Aug 30, 2022
* [Feature][Connector-V2] Add Socket Connector Sink

* add License

* fix code style

* fix code style

Co-authored-by: 毕博 <bibo@mafengwo.com>
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 8, 2022
* [Feature][Connector-V2] Add Socket Connector Sink

* add License

* fix code style

* fix code style

Co-authored-by: 毕博 <bibo@mafengwo.com>
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 15, 2022
* [Feature][Connector-V2] Add Socket Connector Sink

* add License

* fix code style

* fix code style

Co-authored-by: 毕博 <bibo@mafengwo.com>
MRYOG pushed a commit to MRYOG/incubator-seatunnel that referenced this pull request Sep 16, 2022
* [Feature][Connector-V2] Add Socket Connector Sink

* add License

* fix code style

* fix code style

Co-authored-by: 毕博 <bibo@mafengwo.com>
TyrantLucifer pushed a commit to TyrantLucifer/incubator-seatunnel that referenced this pull request Sep 18, 2022
* [Feature][Connector-V2] Add Socket Connector Sink

* add License

* fix code style

* fix code style

Co-authored-by: 毕博 <bibo@mafengwo.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants