[controller-dev] Are MD-SAL Notifications Clustered?

2017-05-19 Thread Vikram Darsi
Hi Team In a three-node cluster, if a Notification listener is in Node1 (listener is subscribed using blueprint tag odl:notification-listener) and say, Notification is published in Node2 (using NotificationPublishService). Does the Notification reach Node1? Does NotificationBroker ensure this?

Re: [controller-dev] Are MD-SAL Notifications Clustered?

2017-05-19 Thread Tom Pantelis
Vikram, Yang notifications are not clustered - notification is local-only. Tom On Fri, May 19, 2017 at 11:43 AM, Vikram Darsi wrote: > Hi Team > > > > In a three-node cluster, if a Notification listener is in Node1 (listener > is subscribed using blueprint tag odl:notification-listener) and sa

Re: [controller-dev] Are MD-SAL Notifications Clustered?

2017-05-19 Thread Vikram Darsi
Thanks for the reply Tom. Does NotificationBroker relates to MDSAL MessageBus API in any way? If not what additional functionality MessageBus API provides? Thanks Vikram From: Tom Pantelis [mailto:tompante...@gmail.com] Sent: 19 May 2017 21:16 To: Vikram Darsi Cc: controller-dev@lists.opendayli

Re: [controller-dev] Are MD-SAL Notifications Clustered?

2017-05-19 Thread Tom Pantelis
On Fri, May 19, 2017 at 11:55 AM, Vikram Darsi wrote: > Thanks for the reply Tom. > > Does NotificationBroker relates to MDSAL MessageBus API in any way? If not > what additional functionality MessageBus API provides? > > > It is not related. I'm not certain what the MessageBus API is for. > T

Re: [controller-dev] [mdsal-dev] Are MD-SAL Notifications Clustered?

2017-05-19 Thread Robert Varga
On 19/05/17 17:43, Vikram Darsi wrote: > Hi Team > > > > In a three-node cluster, if a Notification listener is in Node1 > (listener is subscribed using blueprint tag odl:notification-listener) > and say, > > Notification is published in Node2 (using NotificationPublishService). > Does the Not