bossenti commented on issue #1936:
URL: https://github.com/apache/streampipes/issues/1936#issuecomment-1767763785

   Yes, if you want to change aspects in the backend it is required to run it 
locally to see your changes in action.
   
   You should be able to do so by following these steps:
   
   1. `streampipes down`
   2. `streampipes env --set basic`: This setup only runs the prerequisites of 
StreamPipes, e.g., the message broker
   3. `streampipes up -d`
   3. Run `StreamPipesCoreApplication` in `streampipes-service-core` in your 
IDE. Ideally, the IDE detects the required environment variables from the 
`.env` file in `streampipes-service-core/development`. In case not, please 
ensure their availability manually.
   
   With this setup, you should also be able to see your log statements in your 
IDE's output 🙂 


-- 
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]

Reply via email to