[email protected], [email protected] How are you trying to inject your application context? Have you looked at the JvmInitializer.beforeProcessing[1] to create your application context?
1: https://github.com/apache/beam/blob/master/sdks/java/core/src/main/java/org/apache/beam/sdk/harness/JvmInitializer.java On Fri, Oct 4, 2019 at 12:32 PM Jitendra kumavat <[email protected]> wrote: > Hi, > > I want to add Spring framework in my apache beam project. Somehow i am > unable to inject the Spring Application context to executing ParDo > functions. I couldn't find the way to do so? Can you please let me know how > to integrate Spring runtime application context with Apache Beam pipeline. > > Thanks, > Jitendra >
