igalshilman opened a new pull request #113: URL: https://github.com/apache/flink-statefun/pull/113
This PR adds state expiration (state TTL in Flink land) to the persisted states in the Java SDK. follow up PR would expose that to the model.yaml. There are two types of expirations: • expiration after the last write * expiration after the last write or read The change was verified manually by modifying the Greeter example to expire it’s state 5 seconds after writing. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
