jiexray commented on PR #27027: URL: https://github.com/apache/flink/pull/27027#issuecomment-3331950320
> Thanks for the PR! I was thinking it's better we use this converter in `AsyncTriggerConverter` @Zakelly Thank you for review. That's a good idea. I have intergrated `ProcessingTimeoutTrigger` to `AsyncTriggerConverter`. The changes in brief: - **flink-runtime**: Introduce a new interface (`AsyncTriggerConvertable`). A trigger implemented the interface has an API (`convertToAsync`) to spawn its async version. - **flink-streaming-java**: `ProcessingTimeoutTrigger` implements `AsyncTriggerConvertable`. - **tests**: `ProcessingTimeoutTriggerTest` uses `AsyncTriggerConverter#convertToAsync` to generate the async version of `ProcessingTimeoutTrigger`. -- 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]
