Hi, folks. I have a packaging question: should thi...
# random
k
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
you should mark everything that is also in lib/ as provided.