Re: How to add Flink a Flink connector to stateful functions

2021-09-28 Thread Seth Wiesman
inting > or copying of this E-Mail and its attachments is strictly prohibited. > > > > *Von:* Igal Shilman > *Gesendet:* Dienstag, 28. September 2021 08:14 > *An:* Christian Krudewig (Corporate Development) < > christian.krude...@dpdhl.com> > *Cc:* i...@ververica

Re: How to add Flink a Flink connector to stateful functions

2021-09-27 Thread Igal Shilman
t, > > Christian > > -Ursprüngliche Nachricht- > Von: Roman Khachatryan > Gesendet: Dienstag, 28. September 2021 00:31 > An: Christian Krudewig (Corporate Development) < > christian.krude...@dpdhl.com>; Igal Shilman > Cc: user@flink.apache.org > Betreff

Re: How to add Flink a Flink connector to stateful functions

2021-09-27 Thread Roman Khachatryan
Hi, > Does that mean that I need to build the stateful functions java application > and afterwards the docker image? Yes, you have to rebuild the application after updating the pom, as well as its docker image. Is your concern related to synchronizing local docker images with the official repo?