sjwiesman opened a new pull request #160:
URL: https://github.com/apache/flink-statefun/pull/160


   I ran into this while doing release testing, this is mostly quality of life 
and I wouldn't consider a release blocker. 
   
   When building small applications it's often easy to simply append flink 
configurations to the provided base image directly inside the Dockerfile. echo 
does not prepend a newline so its convenient to leave one at the end of the 
file. Otherwise, the first configuration is added to the task manager memory 
amount which leads to a strange parse error on
   deployment.
   
   Basically, it allows support of the following:
   
   ```Dockerfile
   FROM flink-statefun:2.2-SNAPSHOT
   RUN echo "execution.checkpointing.interval: 5sec" >> 
/opt/flink/conf/flink-conf.yaml;
   ```
   
   


----------------------------------------------------------------
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]


Reply via email to