arunpandianp commented on PR #17381: URL: https://github.com/apache/beam/pull/17381#issuecomment-1120285252
@kennknowles > I think this example would be most useful if it were integrated into a pipeline The ExampleJVMInitializer is integrated and gets executed with the pipelines like org.apache.beam.examples.WordCount, org.apache.beam.examples.WindowedWordCount etc. The ServiceLoader uses the mapping from`resources/META-INF/services/org.apache.beam.sdk.harness.JvmInitializer` and loads ExampleJVMInitializer. Are you suggesting to create a new gradle project with a sample pipeline, AutoService and a JVMInitializer? Where should it live? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
