Is RestClusterClient recommended?

2023-11-16 Thread Adrian Alexandru Vasiliu
Hello, For a programmatic use in Java of the Flink REST API, which of these options would be the best choice? 1. Direct use via a REST client 2. The RestClusterClient

Avoid dynamic classloading in native mode with Kubernetes Operator

2023-11-16 Thread Trystan
Is it possible to avoid dynamic classloading when using the operator with a native kubernetes application deployment? If I put the job jar into /opt/flinklib, then there are two possible outcomes: 1. If I point jarURI to the jar, I get linkage errors (presumably: the class have already been