GitHub user bossenti added a comment to the discussion: Impl my first data processor question
Hi @liuxiaocs7 and @dominikriemer, I just tried to reproduce with the recently merged changes from #1425. So I started with the same configuration as you @liuxiaocs7 using the profile `pipeline-elements` for the CLI. After that I started StreamPipes, created a fresh directory and executed the maven-generate-archetype command. Be careful: the `0.92.0-SNAPSHOT` version is not yet in Maven central, so you need to build it locally using `mvn install`. As a next step I started the archetype's init without any environment variables, so the archetype was not able to connect to consul (as expected). Passing the environment variables `SP_DEBUG` and `SP_PORT` enabled the archetype service to connect to consul. Eventually, I installed both resulting pipeline elements in StreamPipes and build a simple example pipeline. So it works on my end 🙂 🎉 GitHub link: https://github.com/apache/streampipes/discussions/1422#discussioncomment-5383307 ---- This is an automatically sent email for dev@streampipes.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@streampipes.apache.org