You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ri...@apache.org on 2023/01/17 21:48:45 UTC

[streampipes-website] branch release-090 updated: Add Github Community Features to blog post

This is an automated email from the ASF dual-hosted git repository.

riemer pushed a commit to branch release-090
in repository https://gitbox.apache.org/repos/asf/streampipes-website.git


The following commit(s) were added to refs/heads/release-090 by this push:
     new a140be5d Add Github Community Features to blog post
a140be5d is described below

commit a140be5d77286d7b434952d76ca5d7af3e07289d
Author: Dominik Riemer <do...@gmail.com>
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 [dev@streampipes.apache.org](mailto:dev-subscribe@streampipes.apache.org) or [users@streampipes.apache.org](mailto:users-subscribe@streampipes.apache.org).
+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.