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


   ### What is the purpose of the change
   The goal of this PR is to add the ability to define when a statefun job is 
run from an uber jar. This then disables the validation of  
`classloader.parent-first-patterns.additional` flink-config.yaml settings.
   
   It is then up to the creator of the uber jar to make sure that statefun, 
kafka and protobuf versions don't clash.
   
   ### Main changes are:
   - a new EMBEDDED config option was added (statefun.embedded)
   - if configuration does _not_ have this EMBEDDED option, then classloader 
validation happens
   - test util for catching throwables from a runnable so that it can be 
inspected
   
   ### Verifying this change
   Added a test for when the statefun.embedded option is and isn't present
   
   Dependencies (does it add or upgrade a dependency): no
   The public API, i.e., is any changed class annotated with @public(Evolving): 
N/A
   The serializers: no
   The runtime per-record code paths (performance sensitive): no
   Anything that affects deployment or recovery: JobManager (and its 
components), Checkpointing, Yarn/Mesos, ZooKeeper: no
   The S3 file system connector: no


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to