HuangXingBo commented on PR #30: URL: https://github.com/apache/flink-agents/pull/30#issuecomment-2987129681
Thanks a lot for your review @lihaosky @codenohup . All components in this PR are extracted from the flink-statefun project. There are two main reasons for not directly depends on the flink-statefun project. The first reason is that the project itself is no longer in a state of development. It would be a burden to maintain an additional branch or release of flink-statefun for us, which goes against our original intention of rapid development and iteration in flink-agents. The second reason is that the core components we need are not so many in the flink-statefun, but they are scattered in various parts of the project. Depending on the entire flink-statefun project will make our project very heavy. Regarding the modification of flink-statefun, you can refer to my poc https://github.com/HuangXingBo/flink-agents/commit/07702dbf4f41edecc1dd01999414e4d0f23b55e7. The main modifications are in operators, and allowing operators to accept Flink DataStream as input and output. -- 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: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org