-
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-V2] Socket Connector Sink #2549
Conversation
...socket/src/main/java/org/apache/seatunnel/connectors/seatunnel/socket/config/SinkConfig.java
Outdated
Show resolved
Hide resolved
...r-socket/src/main/java/org/apache/seatunnel/connectors/seatunnel/socket/sink/SocketSink.java
Show resolved
Hide resolved
...et/src/main/java/org/apache/seatunnel/connectors/seatunnel/socket/sink/SocketSinkWriter.java
Outdated
Show resolved
Hide resolved
BTW, please fix CI first. |
private String host; | ||
private Integer port; | ||
private int port; | ||
private Integer maxNumRetries = DEFAULT_MAX_RETRIES; |
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.
The same as port
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.
Thank you very much for your advice. I have fixed the problems mentioned above
LGTM, let's waiting CI, cc @CalvinKirs |
Could you please help him restart the CI process? @Hisoka-X |
* [Feature][Connector-V2] Add Socket Connector Sink * add License * fix code style * fix code style Co-authored-by: 毕博 <[email protected]>
* [Feature][Connector-V2] Add Socket Connector Sink * add License * fix code style * fix code style Co-authored-by: 毕博 <[email protected]>
* [Feature][Connector-V2] Add Socket Connector Sink * add License * fix code style * fix code style Co-authored-by: 毕博 <[email protected]>
* [Feature][Connector-V2] Add Socket Connector Sink * add License * fix code style * fix code style Co-authored-by: 毕博 <[email protected]>
* [Feature][Connector-V2] Add Socket Connector Sink * add License * fix code style * fix code style Co-authored-by: 毕博 <[email protected]>
#1946
Add Socket Connector Sink
the output format is json format
Purpose of this pull request
Check list
New License Guide