purplesmurf45 commented on issue #1113:
URL: https://github.com/apache/streampipes/issues/1113#issuecomment-1480106986
Hello @tenthe, I went over #1290 and #1289... I understand the need to
remove set adapters. But even when I'm trying to start/stop specific
`MachineDataSimulator` adaptors which are stream adapters, I am getting the
same
```
Property 'running' does not exist on type 'AdapterDescriptionUnion'.
Property 'running' does not exist on type
'GenericAdapterSetDescription'.ts(2339)
```
error. Any idea why this is happening? For now, I'm passing the list of all
adapters to the `start all adapters` / `stop all adapters` functions and it is
working fine. If I was able to access the `running` field, I could only show
the adapters to be started or stopped instead of displaying the entire list of
adapters (present in My Adapters) in the dialog box...
--
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]