FilKarnicki commented on pull request #307: URL: https://github.com/apache/flink-statefun/pull/307#issuecomment-1066493012
Indeed, the CLI settings do get used by flink, but REST ones don't seem to be (not for statefun jobs). I'll create a separate jira. For the record/future reference, checkpointing worked fine with: ``` flink run -m jobmanager:8081 -Dexecution.checkpointing.interval=1000 -Dstate.backend=rocksdb -Dstate.checkpoint-storage=filesystem -Dstate.checkpoints.dir=file:///tmp/ -Dstatefun.embedded=true /tmp/flinkjob-1.0-SNAPSHOT.jar ``` ( from: https://github.com/FilKarnicki/statefun-flinkjob/blob/master/docker-compose/docker-compose.yml ) -- 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]
