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

dimuthuupe pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/airavata.git


The following commit(s) were added to refs/heads/develop by this push:
     new 60d4b3d  Adding missing monitoring topic property
60d4b3d is described below

commit 60d4b3dd29ec315ddcbb65895d932d3df11a89cb
Author: Dimuthu Wannipurage <[email protected]>
AuthorDate: Tue Mar 12 21:43:20 2019 -0400

    Adding missing monitoring topic property
---
 modules/ide-integration/src/main/resources/airavata-server.properties | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/modules/ide-integration/src/main/resources/airavata-server.properties 
b/modules/ide-integration/src/main/resources/airavata-server.properties
index c0674c6..9a21cee 100644
--- a/modules/ide-integration/src/main/resources/airavata-server.properties
+++ b/modules/ide-integration/src/main/resources/airavata-server.properties
@@ -261,13 +261,14 @@ post.workflow.manager.name=AiravataPostWM
 kafka.broker.url=airavata.host:9092
 job.monitor.broker.url=airavata.host:9092
 kafka.broker.consumer.group=MonitoringConsumer
-kafka.broker.topic=monitoring-date
+kafka.broker.topic=monitoring-data
 
 ###########################################################################
 # Job Monitor related properties
 ###########################################################################
 enable.realtime.monitor=False
 job.monitor.broker.publisher.id=AiravataMonitorPublisher
+job.monitor.broker.topic=monitoring-data
 email.based.monitor.host=imap.gmail.com
 email.based.monitor.store.protocol=imaps
 email.based.monitor.folder.name=INBOX

Reply via email to