You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@streampipes.apache.org by GitBox <gi...@apache.org> on 2023/01/18 21:07:41 UTC

[GitHub] [streampipes] dominikriemer commented on a diff in pull request #1117: [#1114] Adapters can now be added without starting them

dominikriemer commented on code in PR #1117:
URL: https://github.com/apache/streampipes/pull/1117#discussion_r1080556278


##########
ui/src/app/connect/components/adapter-configuration/start-adapter-configuration/adapter-options-panel/adapter-options-panel.component.ts:
##########
@@ -36,6 +36,9 @@ export class SpAdapterOptionsPanelComponent {
     @Input()
     dataCy: string;
 
+    @Input()
+    isChecked = false;

Review Comment:
   What is the default behaviour? Adapters are started upon creation?



-- 
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: dev-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org