Re: [controller-dev] Notificatoins over websockets: Making JSON notifications to go just from one node in cluster

2019-07-01 Thread Robert Varga
On 01/07/2019 19:35, N Vivekanandan wrote: > Hi Team, Hello, [+neutron-dev, see below] > Can you please let us know if its possible to provide an enhanced API > from RestConfImpl, where we can request that the > datastore-change-notifications be JSON Wrapped and sent only from one > node of an

[controller-dev] Notificatoins over websockets: Making JSON notifications to go just from one node in cluster

2019-07-01 Thread N Vivekanandan
Hi Team, Can you please let us know if its possible to provide an enhanced API from RestConfImpl, where we can request that the datastore-change-notifications be JSON Wrapped and sent only from one node of an MD-SAL cluster? For example, the port-status change listener subscribes to send

Re: [controller-dev] Guava-28 removed CheckedFuture

2019-07-01 Thread Robert Varga
On 01/07/2019 10:28, Faseela K wrote: > Robert, >Can you create a JIRA with the plan for deprecation and removal of > controller APIs? Sure. https://jira.opendaylight.org/browse/CONTROLLER-1902 tracks complete deprecation. https://jira.opendaylight.org/browse/CONTROLLER-1903 tracks

Re: [controller-dev] Guava-28 removed CheckedFuture

2019-07-01 Thread Faseela K
Robert, Can you create a JIRA with the plan for deprecation and removal of controller APIs? I will try to take it up for genius, netvirt and serviceutils. Thanks, Faseela -Original Message- From: Robert Varga Sent: Monday, July 1, 2019 1:56 PM To: Faseela K ;

Re: [controller-dev] Guava-28 removed CheckedFuture

2019-07-01 Thread Robert Varga
On 01/07/2019 10:13, Faseela K wrote: > Robert, Hey Faseela, >What is the timeline for finishing this migration? I do not have a specific timeline and certainly I cannot commit to finishing up all the patches. As for controller API removal, I do want to completely deprecate them (i.e. all

Re: [controller-dev] Guava-28 removed CheckedFuture

2019-07-01 Thread Faseela K
Robert, What is the timeline for finishing this migration? I hope this is the corresponding neutron patch? https://git.opendaylight.org/gerrit/#/c/82802/ Thanks, Faseela -Original Message- From: controller-dev-boun...@lists.opendaylight.org On Behalf Of Robert Varga Sent:

[controller-dev] Guava-28 removed CheckedFuture

2019-07-01 Thread Robert Varga
Hello everyone, this is just a heads up that Guava 28 removed CheckedFuture: https://github.com/google/guava/releases/tag/v28.0 This means that controller-based MD-SAL APIs are now officially dead weight. While there is no immediate need to upgrade Guava in Magnesium, there is now a real need