This is an automated email from the ASF dual-hosted git repository. riemer pushed a commit to branch dev in repository https://gitbox.apache.org/repos/asf/streampipes-website.git
commit fa4c21b001c02ed9043b8ea2c550beb23105a54a Author: Dominik Riemer <[email protected]> AuthorDate: Tue Jan 17 22:48:33 2023 +0100 Add Github Community Features to blog post --- documentation/website/blog/2023-01-17-release-090.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/documentation/website/blog/2023-01-17-release-090.md b/documentation/website/blog/2023-01-17-release-090.md index 137107c7..f5931ee5 100644 --- a/documentation/website/blog/2023-01-17-release-090.md +++ b/documentation/website/blog/2023-01-17-release-090.md @@ -27,7 +27,7 @@ In addition, we improved features to monitor pipelines and extensions services. In addition, we extended the SDK so that runtime errors can be forwarded to the StreamPipes UI. Further improvements to the monitoring stack will be added in the next versions. -## New adapters and data sinks +## New Adapters and Data Sinks This version improves support for existing message brokers in form of adapters and sinks: @@ -35,6 +35,19 @@ This version improves support for existing message brokers in form of adapters a * A new adapter and data sink for `Apache RocketMQ` * A new adapter for `NATS` (also available as a data sink) +## GitHub Community Features + +Apache StreamPipes is a community effort - everyone is welcome not only to contribute code, but also to provide feedback and other input which helps improving the product. +To improve community interaction, we switched our issue management from Jira to GitHub issues - making it much easier to create issues and to discuss future features. +In addition, we've enabled Github Discussions - feel free to participate in the existing discussions and ask questions if you have problems! + +* [GitHub Issues](https://github.com/apache/streampipes/issues) +* [GitHub Discussions](https://github.com/apache/streampipes/discussions) + +And if you prefer the mailing list, subscribe to [[email protected]](mailto:[email protected]) or [[email protected]](mailto:[email protected]). +Tech-related and general project discussions as well as release votes will continue to happen on the dev list. + + ## Preview of Standalone Functions An exciting new feature is available in preview mode: StreamPipes Functions are a new way to interact with connected data streams in StreamPipes. As an open system, there are already several ways to extend the functionality of StreamPipes: New adapter can be added to connect to non-supported systems.
