[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2019-11-09 Thread Christian Schneider (Jira)


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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.15.0)
   rsa-2.0.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-2.0.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2019-05-16 Thread Christian Schneider (JIRA)


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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.14.0)
   rsa-1.15.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.15.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2018-09-27 Thread Christian Schneider (JIRA)


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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.13.0)
   rsa-1.14.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.14.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2018-02-09 Thread Christian Schneider (JIRA)

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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.12.0)
   rsa-1.13.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
>Priority: Major
> Fix For: rsa-1.13.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2017-06-26 Thread Christian Schneider (JIRA)

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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.11.0)
   rsa-1.12.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: rsa-1.12.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)


[jira] [Updated] (ARIES-1614) Support callback for TopologyManager to change the published properties

2017-02-17 Thread Christian Schneider (JIRA)

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

Christian Schneider updated ARIES-1614:
---
Fix Version/s: (was: rsa-1.10.0)
   rsa-1.11.0

> Support callback for TopologyManager to change the published properties
> ---
>
> Key: ARIES-1614
> URL: https://issues.apache.org/jira/browse/ARIES-1614
> Project: Aries
>  Issue Type: New Feature
>  Components: Remote Service Admin
>Reporter: Christian Schneider
>Assignee: Christian Schneider
> Fix For: rsa-1.11.0
>
>
> We currently have the DiscoveryPlugin spi in zookeeper discovery that allows 
> to change properties before they are placed in zookeeper. As this SPI 
> currently can not be used (the spi package is private) we can also try to 
> improve this model.
> The idea is to move the property changing SPI to TopologyManager. It would be 
> called before each Endpoint is published. This would allow to provide the 
> same adapted view of the Endpoint for all EndpointListeners. So the changed 
> proerties would for example also be visible in the endpoint shell command.



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)