-
Notifications
You must be signed in to change notification settings - Fork 2k
[FLINK-37275][pipeline-connector/mysql] MySQL source connector supports using the base module's source metric statistics #3914
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: master
Are you sure you want to change the base?
Conversation
b4891ba
to
30eb801
Compare
@leonardBang Please help me retrigger the CI. |
…ts using the base module's source metric statistics
30eb801
to
71b9399
Compare
@beryllw Thanks for your contribution. This PR has 2 problems.
|
Agreed, refactoring the mysql cdc connector with |
Hello, may I ask if there are any plans to develop the adaptation of SourceEnumeratorMetrics indicators in the mysql pipeline? |
I'm using PR-related code to support MySQL pipeline connector metrics. For the community, we should first focus on refactoring the MySQL CDC connector using |
Because it is found that the current PR only adapts the metric content of SourceReaderMetrics, and the metrics in SourceEnumeratorMetrics (such as those in the snapshot phase and incremental phase) are still quite important. Do you have any plans for this? If not, I will carry out a simple development on my side. |
Is it this file |
close FLINK-37275.
FLINK-36315 supported the flink-cdc-base module source metric statistics, and FLINK-37231 added the metrics documentation. However, the MySQL source currently does not support source metric statistics.