Re: Failure Restart Strategy leads to error

2022-01-26 Thread Siddhesh Kalgaonkar
Hi Yun and Oran, Thanks for your time. Much appreciated! Below are my configs: val env = StreamExecutionEnvironment.getExecutionEnvironment env.setParallelism(1) env.enableCheckpointing(2000) //env.setDefaultSavepointDirectory("file:home/siddhesh/Desktop/savepoints/") env.getCheck

Re: Failure Restart Strategy leads to error

2022-01-26 Thread Yun Tang
Hi Siddhesh, The root cause is that the configuration of group.id is missing for the Flink program. The configuration of restart strategy has no relationship with this. I think you should pay your attention to kafka related configurations. Best Yun Tang From: S