Re: Help regarding Flink Stateful API

2024-10-01 Thread Nitin Chauhan
Nitin Chauhan 5:21 PM (6 minutes ago) to Andreas Hello Gabor, Thanks for the response. I have a set of specific questions, it could be of great help if you could answer them 1) Can stateful functions be executed only using Docker images provided by flink? I could not execute it as a standalone

Re: Help regarding Flink Stateful API

2024-10-01 Thread Gabor Somogyi
As I see you use stateful functions. Please consider whether your needs and possibilities match the actual stand of statefun project: https://lists.apache.org/thread/7cr2bgt91ppk6pz8o0nfbd10gs63nz6t G On Tue, Oct 1, 2024 at 1:59 PM Nitin Chauhan wrote: > Nitin Chauhan > 5:21 PM (6 minutes ago

Help regarding Flink Stateful API

2024-10-01 Thread Nitin Chauhan
HI I am trying to run a code using stateful APIs in my local machine. I am able to run it if I use docker image provided by flink official source code. I wanted to know is there any way in which we can do it without using the docker image and configuring everything on my own? Best Regards, Nitin

Re: Help regarding Flink Stateful API

2024-10-01 Thread Nitin Chauhan
Thanks for the help Let me go through the link On Tue, Oct 1, 2024 at 6:09 PM Gabor Somogyi wrote: > As I see you use stateful functions. > Please consider whether your needs and possibilities match the actual > stand of statefun project: > https://lists.apache.org/thread/7cr2bgt91ppk6pz8o0nfbd

Re: Help regarding Flink Stateful API

2024-10-01 Thread Gabor Somogyi
Hi Nitin, Flink applications can be started locally (run the main) for example from Intellij or any other similar IDE. Important note that such case the execution path is different but it's convenient for business logic debugging. BR, G On Tue, Oct 1, 2024 at 12:21 PM Nitin Chauhan wrote: > H