Hi, folks. I have a packaging question: should things like `flink-connector-files`/`flink-cep` be shaded into the jar for deployment or all the libs in
flink-x.y.z/lib/
should be treated as provided dependencies?
c
Chesnay Schepler
07/26/2022, 8:31 AM
you should mark everything that is also in lib/ as provided.