streampipes icon indicating copy to clipboard operation
streampipes copied to clipboard

Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams.

Results 268 streampipes issues
Sort by recently updated
recently updated
newest added

### Purpose Please see the [email thread](https://lists.apache.org/thread/djwl7jxz3zmxkl6qtmzmmso94xxvgc54). ### Approach From the email thread: > The PulsarContainer class manages the pulsar service. And we would > implement the Tester for each...

This PR fixes the Issue: [STREAMPIPES-583](https://issues.apache.org/jira/projects/STREAMPIPES/issues/STREAMPIPES-583)

### Purpose In contrast to the issue description, the problem here is not the created data stream but the handling of data streams in the extensions service endpoint. ### Remarks...

java
backend

### Purpose fix #2549 When the timestamp property is renamed, this breaks the current timestamp extraction in the FileReplayAdapter since we are looking for the runtime name. Therefore, we need...

java
connect
backend

### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):

python

### Purpose ### Remarks PR introduces (a) breaking change(s): PR introduces (a) deprecation(s):

gh-actions

### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Backend ### What happened? When using StreamPipes functions in Python, they create multiple data streams with the same...

bug

### Apache StreamPipes version dev (current development state) ### Affected StreamPipes components Processing Elements ### What happened? I encountered an issue while utilizing the File Stream Adapter in StreamPipes. Within...

bug

### Purpose refactor #2545 I'm working on migrating to junit5 in TestBooleanCounterProcessor, but the code has changed so much that I'm worried that I'm writing the code correctly, and I...

java
pipeline elements
backend
testing