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 2020/03/17 13:22:31 UTC

[incubator-streampipes] branch dev updated: Modify notification topic

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/incubator-streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d782270  Modify notification topic
d782270 is described below

commit d78227035ba22dc895efab12af0e1a096d7b4d9d
Author: Dominik Riemer <ri...@fzi.de>
AuthorDate: Tue Mar 17 14:22:15 2020 +0100

    Modify notification topic
---
 .../apache/streampipes/rest/notifications/NotificationListener.java    | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/streampipes-rest/src/main/java/org/apache/streampipes/rest/notifications/NotificationListener.java b/streampipes-rest/src/main/java/org/apache/streampipes/rest/notifications/NotificationListener.java
index ea3c84a..d6248a8 100644
--- a/streampipes-rest/src/main/java/org/apache/streampipes/rest/notifications/NotificationListener.java
+++ b/streampipes-rest/src/main/java/org/apache/streampipes/rest/notifications/NotificationListener.java
@@ -25,8 +25,7 @@ import javax.servlet.ServletContextListener;
 
 public class NotificationListener implements ServletContextListener {
 
-  private static final String internalNotificationTopic = "org.apache.streampipes.notifications" +
-          ".riemer@fzi.de";
+  private static final String internalNotificationTopic = "org.apache.streampipes.notifications.>";
 
 
   @Override