PatrickRen commented on PR #45: URL: https://github.com/apache/flink-agents/pull/45#issuecomment-3051815709
Thank you all for your review!! > Would it be possible to implement Java's serializable interface only for WorkflowPlan, and then within the Java serialization methods, delegate to your defined JSON-based serialization approach? As discussed offline with @codenohup , this part will be completed by a followup PR. Also I changed the type of field `listenEventTypes` from `List<Class>` to `List<String>`, in order to be aligned with Python implementation. -- 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]
