Tim

Results 84 issues of Tim

### Body Within https://github.com/apache/streampipes/issues/2001 we introduced basic support for migrating pipeline elements. This makes the manual update of pipeline elements in the UI redundant. Therefore, we can safely remove it....

ui
refactoring

### Body Within https://github.com/apache/streampipes/issues/2001 we introduced basic support for migrating pipeline elements. This only covers migrations where only the configuration is adapted. Changes that affect the produced event stream are...

enhancement
pipeline elements
connect
backend

### Body Within #2001 we introduced basic support for migrating pipeline elements. There we only implemented a rather simple handling of failed migrations (simply stopping the corresponding elements). This is...

enhancement
pipeline elements
connect
backend

### Body Within #2001 we introduced a basic support for migrating pipeline elements. One corner case that was thereby neglected is the following: Let's assume an existing StreamPipes instance has...

enhancement
backend

### Body Besides JSON StreamPipes supports other, binary event serialization formats as mentioned in our documentation: > Events are serialized in JSON, although StreamPipes can be configured to use other...

documentation

This issue is about implementing unit tests for our pipeline element [MathOpProcessor](https://github.com/apache/streampipes/blob/752289c6acfc8fa10398c920d678c5c02143ed5c/streampipes-extensions/streampipes-processors-enricher-jvm/src/main/java/org/apache/streampipes/processors/enricher/jvm/processor/math). An example of how to write unit tests for pipeline elements can be found [here](https://github.com/apache/streampipes/tree/ca4e0c2d44c1a713caaee3e9c1bff46096f41c53/streampipes-extensions/streampipes-processors-transformation-jvm/src/test/java/org/apache/streampipes/processors/transformation/jvm/processor). ### Mentoring As...

good first issue
testing
hacktoberfest

### Body In #1289 we introduced a large refactoring for our adapters. This significantly improves the way we can define adapters. Therefore, we should write and adapt the existing documentation...

documentation

### Body As a follow up for https://github.com/apache/streampipes/issues/1651 we should add some explanatory content to our documentation. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of the Apache...

pipeline elements
documentation

### Body In https://github.com/apache/streampipes/discussions/1663 we are discussing a new approach on how to handle our label keys. We already have a reference implementation in https://github.com/apache/streampipes/pull/1665 which demonstrates how the new...

refactoring
pipeline elements
connect

### Description SparkplugB (SpB) is a MQTT specification aiming primarily at the manufacturing industry to connect network nodes in an IIOT infrastructure. In order to standardize how things communicate in...

enhancement
connect
hacktoberfest