Re: need flink support framework for dependency injection

2024-03-28 Thread Ruibin Xing
eInfo.getConfiguration > .get[RuntimeExecutionMode](ExecutionOptions.*RUNTIME_MODE*) == > RuntimeExecutionMode. > *BATCH *case _ => false > } > } > } > > > > > > > > > > *From:* Ruibin Xing > *Sent:* Wednesday, Marc

RE: need flink support framework for dependency injection

2024-03-27 Thread Schwalbe Matthias
ode](ExecutionOptions.RUNTIME_MODE) == RuntimeExecutionMode.BATCH case _ => false } } } From: Ruibin Xing Sent: Wednesday, March 27, 2024 10:41 AM To: Schwalbe Matthias Cc: Marco Villalobos ; Ganesh Walse ; user@flink.apache.org Subject: Re: need flink support framework for dependency inject

Re: need flink support framework for dependency injection

2024-03-27 Thread Ruibin Xing
? ... > > Sincere greetings > > Thias > > [1] https://issues.apache.org/jira/browse/FLINK-26585 > > > > > -----Original Message- > From: Marco Villalobos > Sent: Tuesday, March 26, 2024 11:40 PM > To: Ganesh Walse > Cc: user@flink.apache.org >

RE: need flink support framework for dependency injection

2024-03-27 Thread Schwalbe Matthias
se for DI? ... Sincere greetings Thias [1] https://issues.apache.org/jira/browse/FLINK-26585 -Original Message- From: Marco Villalobos Sent: Tuesday, March 26, 2024 11:40 PM To: Ganesh Walse Cc: user@flink.apache.org Subject: Re: need flink support framework for dependency injection Hi

Re: need flink support framework for dependency injection

2024-03-26 Thread Marco Villalobos
Hi Ganesh, I disagree. I don’t think Flink needs a dependency injection framework. I have implemented many complex jobs without one. Can you please articulate why you think it needs a dependency injection framework, along with some use cases that will show its benefit? I would rather see more