Re: Updating the exported services on the fly with DubboBootstrap

2020-04-15 Thread Tien Dat PHAN
Thanks Ian. I will check it. Best Dat On 2020/04/13 14:26:10, Ian Luo wrote: > Not sure if org.apache.dubbo.registry.integration.RegistryProtocolListener > satisfies your scenarios, pls. check it out. > > -Ian. > > > On Thu, Apr 9, 2020 at 3:32 PM Tien Dat PHAN wrote: > > > Dear HaopengZH,

Re: Updating the exported services on the fly with DubboBootstrap

2020-04-13 Thread Ian Luo
Not sure if org.apache.dubbo.registry.integration.RegistryProtocolListener satisfies your scenarios, pls. check it out. -Ian. On Thu, Apr 9, 2020 at 3:32 PM Tien Dat PHAN wrote: > Dear HaopengZH, > > Thanks for your advice. > Just wanted to make it clear for me. I can extending the listener >

Re: Updating the exported services on the fly with DubboBootstrap

2020-04-09 Thread Tien Dat PHAN
Dear HaopengZH, Thanks for your advice. Just wanted to make it clear for me. I can extending the listener interface and implement a new listener in my Java project, OR I have to change the Dubbo 2.7.6 original code to add this new listener? Best regards Tien Dat PHAN On 2020/04/09 06:44:09,

Updating the exported services on the fly with DubboBootstrap

2020-04-08 Thread Tien Dat PHAN
Dear experts, We are using Dubbo 2.7.6. The DubboBootstrap is the newest way of managing the exported APIs and the API references. For our use case, we have several different APIs to be exported. Each API exposes a specific service from one or several components of our cluster. During the