letaoj commented on PR #138: URL: https://github.com/apache/flink-agents/pull/138#issuecomment-3310620561
@Sxnan I took a different approach for state cleanup. Since the in-memory state is only useful during recover so we will not put new state into the map when we persist the state during `put` for Kafka-based state store. We will clean up the keyed state when an output event triggered (indicates the end of a key), let me know what do you think! -- 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]
