GitHub user wenjin272 added a comment to the discussion: Planning Flink Agents 0.3
> Furthermore, should we provide a Maven archetype for example project > generation, like > [try-flink-docs](https://nightlies.apache.org/flink/flink-docs-release-2.2/docs/try-flink/datastream/) > does? We have a document for maven archetype in [maven-dependencies-for-java](https://nightlies.apache.org/flink/flink-agents-docs-release-0.2/docs/get-started/installation/#maven-dependencies-for-java). > Yeah,Thanaks for you reminder @wenjin272 I noticed that the relevant code is > provided at that location. But when I tried to follow the code and run it in > a new project on my local(not in flink-agents project), I encountered missing > dependencies until I added the following code to my pom.xml. Let me understand, you created a new project locally, copied the code from the quick start documents into it, and encountered a missing dependency error when running it? What exactly was the missing dependency? I think this dependency issue could also be resolved using the Maven archetype documentation mentioned above. GitHub link: https://github.com/apache/flink-agents/discussions/516#discussioncomment-15789991 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
