You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@amaterasu.apache.org by GitBox <gi...@apache.org> on 2018/02/12 20:25:02 UTC

[GitHub] eyalbenivri commented on a change in pull request #6: Amaterasu 15

eyalbenivri commented on a change in pull request #6: Amaterasu 15
URL: https://github.com/apache/incubator-amaterasu/pull/6#discussion_r167675060
 
 

 ##########
 File path: executor/src/main/scala/org/apache/amaterasu/executor/common/executors/ActiveNotifier.scala
 ##########
 @@ -0,0 +1,72 @@
+package org.apache.amaterasu.executor.common.executors
+
+import javax.jms.{DeliveryMode, MessageProducer, Session}
+
+
+import net.liftweb.json._
+import net.liftweb.json.Serialization.write
+import org.apache.activemq.ActiveMQConnectionFactory
+import org.apache.amaterasu.common.execution.actions.{Notification, NotificationLevel, NotificationType, Notifier}
+import org.apache.amaterasu.common.logging.Logging
+
+class ActiveNotifier extends Notifier with Logging {
 
 Review comment:
   I think we should add to the notifier interface, a source string, to represent the message creator (container id / executor id or some other unique identifier)

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services