[ 
https://issues.apache.org/jira/browse/OOZIE-2392?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Robert Kanter reassigned OOZIE-2392:
------------------------------------

    Assignee: Rupal H

Thanks for your interest [~rupalph]!  

I'm not too familiar who Kafka, but if we can model it to be similar to the way 
Oozie currently handles JMS, that would be the simplest for users.

I'd recommend trying to make a subclass of {{JMSAccessorService}} that does 
Kafka stuff instead.  You then shouldn't have to change (much) code outside of 
that class.  To get Oozie to use your new "{{KafkaAccessorService}}", you'd 
just need to do these two steps:
# Make sure *not* to override the {{getInterface}} method.  
# Add the class (including package) to {{oozie.services.ext}} in your 
oozie-site.xml
There's also a {{JMSTopicService}} class that you may need to look into.

> Add Kafka support for notifications
> -----------------------------------
>
>                 Key: OOZIE-2392
>                 URL: https://issues.apache.org/jira/browse/OOZIE-2392
>             Project: Oozie
>          Issue Type: New Feature
>          Components: core
>            Reporter: Robert Kanter
>            Assignee: Rupal H
>
> Oozie currently lets you send JMS and email notifications.  It could be 
> useful to add support for Kafka as well.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to