GitHub user liuxiaocs7 added a comment to the discussion: Impl my first data processor question
Hello, @bossenti , thanks for your reply. > What makes me skeptical is that the streampipes-extensions-all-jvm-1 > container is running 🤔 In this setup, the extensions should be executed in your IDE... Yes, I run `new extension` in IDEA, but some services should be started, such as consul, otherwise the extension cannot be registered? About development, i just choose `pipeline-element` environment(Maybe the environment contains some unwanted containers?). ```shell $ streampipes env --list [INFO] Available StreamPipes environment templates: adapter backend backend-nats basic basic-nats full lite lite-nats minimal pipeline-element pipeline-element-nats ui ``` And this environment consis these services: ```shell $ streampipes env --inspect pipeline-element [INFO] Inspect services in environment 'pipeline-element' backend consul extensions-all-jvm couchdb kafka ui sources-watertank-simulator zookeeper influxdb ``` here is my `.spenv` file, it keeps the default configuration. ```shell liuxiaocs@LAPTOP-78ELKTKJ MINGW64 /d/Development/Code/Repository/streampipes/installer/cli (dev) $ cat .spenv # Licensed to the Apache Software Foundation (ASF) under one or more # contributor license agreements. See the NOTICE file distributed with # this work for additional information regarding copyright ownership. # The ASF licenses this file to You under the Apache License, Version 2.0 # (the "License"); you may not use this file except in compliance with # the License. You may obtain a copy of the License at # # http://www.apache.org/licenses/LICENSE-2.0 # # Unless required by applicable law or agreed to in writing, software # distributed under the License is distributed on an "AS IS" BASIS, # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. [environment:pipeline-element] backend consul extensions-all-jvm couchdb kafka ui sources-watertank-simulator zookeeper influxdb ``` If my understanding is wrong or the description is unclear, please let me know, thx. GitHub link: https://github.com/apache/streampipes/discussions/1422#discussioncomment-5348302 ---- This is an automatically sent email for dev@streampipes.apache.org. To unsubscribe, please send an email to: dev-unsubscr...@streampipes.apache.org