Dominik Riemer

Results 22 issues of Dominik Riemer

Hi, this is a great echarts extension! We would like to use this in another Apache project (Apache StreamPipes) - can you please add a license file to this project...

### Body To bump the current StreamPipes version in the various installers (docker-compose, CLI and k8s helm charts), we use the `upgrade_version.sh` script in the `installer` folder. After some changes...

bug
good first issue
installer

SDK References examples and text are using the deprecated Labels.from method in required stream and output strategy. Has to be rewritten with withID useage:   https://streampipes.apache.org/docs/docs/dev-guide-stream-requirements/ Imported from Jira [STREAMPIPES-122](https://issues.apache.org/jira/browse/STREAMPIPES-122). Original...

enhancement
migrated from jira
documentation

### Body Upgrade and migrate Kafka to the latest version 3.5 and remove Zookeeper dependencies from the installer modules. ### StreamPipes Committer I acknowledge that I am a maintainer/committer of...

enhancement
backend
installer

Remove old way of providing labels "Labels.from(internalId, labels, description)" to "Labels.withId(id)" An example of the new version is shown in the ROS adapter [1]. * To migrate to the new...

enhancement
good first issue
connect
migrated from jira

### Body Currently, the HTTP connectors only support very basic user-defined parameters. Users should be able to add custom headers, e.g., for providing authentication options. ### StreamPipes Committer I acknowledge...

good first issue
java
pipeline elements
connect
hacktoberfest

### Body In StreamPipes Connect, the Modbus adapter currently does not return a preview of the incoming event. This can be added by adding an `EventPreview` to the `GuessSchema` object...

enhancement
connect

### Body Add more configuration options to the MQTT adapter: * TLS encryption * Authentication * other configuration options as already present in the MQTT sink Also, add better exception...

enhancement
java
connect

If I create a FileSet with a CSV file that uses "," as decimal seperator instead of "." the `CsvFormat` does not recognize those values as numeric values and treats...

bug
good first issue
connect
migrated from jira

### *****Apache StreamPipes***** Apache StreamPipes (incubating) is a self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams. StreamPipes offers several modules including StreamPipes...

enhancement
help wanted
backend
migrated from jira
gsoc