Mrart commented on PR #4508: URL: https://github.com/apache/flink-cdc/pull/4508#issuecomment-5746659045
This doesn't seem like the proper way to handle it. Usually, Flink CDC relies on JDBC for chunk splitting during the snapshot (full-load) phase, and the incremental phase stays in the same process. To prevent OOM errors, we should implement rate limiting on the gRPC client side. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
