We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We already supported define some lifecycle event type. But only FakeSource support produce these event.
seatunnel/seatunnel-connectors-v2/connector-fake/src/main/java/org/apache/seatunnel/connectors/seatunnel/fake/source/FakeSourceReader.java
Line 77 in 1bba723
We should support produce event in engine side, not connector side. Eg: Produce reader open event in where invoke open method.
No response
The text was updated successfully, but these errors were encountered:
Can be assigned to me and I will complete it , thanks
Sorry, something went wrong.
zhangshenghang
Successfully merging a pull request may close this issue.
Search before asking
Description
We already supported define some lifecycle event type.
But only FakeSource support produce these event.
seatunnel/seatunnel-connectors-v2/connector-fake/src/main/java/org/apache/seatunnel/connectors/seatunnel/fake/source/FakeSourceReader.java
Line 77 in 1bba723
We should support produce event in engine side, not connector side. Eg:
Produce reader open event in where invoke open method.
Usage Scenario
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
The text was updated successfully, but these errors were encountered: