You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@dubbo.apache.org by Xin Wang <xi...@gmail.com> on 2019/02/13 10:58:47 UTC

How to integrate dubbo-registry-nacos into Fescar project?

Hi all,
    Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but
there are two issues:
*  dubbo-registry-nacos[1] has no release version
*  I know dubbo-registry-nacos is being merged into Dubbo main repo [2],
 Then what kind of Maven dependency do you recommend?

     <groupId>org.apache.dubbo</groupId>
     <artifactId>dubbo</artifactId>
   or
       <groupId>com.alibaba</groupId>
       <artifactId>dubbo</artifactId>

[0] https://github.com/alibaba/fescar/
[1] https://github.com/dubbo/dubbo-registry-nacos
[2]
https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by Ian Luo <ia...@gmail.com>.
I see. You may need to point us the code location so that we could discuss
this particular issue better.

Thanks,
-Ian.

On Tue, Feb 19, 2019 at 5:50 PM 季敏 <sl...@gmail.com> wrote:

> It is only the fescar-sample involved in the PR about the integration of
> fescar, dubbo, nacos.
>
>
> Ian Luo <ia...@gmail.com> 于2019年2月18日周一 下午6:33写道:
>
> > I am confused, why fescar needs to depend on dubbo-registry-nacos.
> >
> > > because fescar 0.2 has been
> > released and supports nacos as a registration and configuration center.
> >
> > It looks like you should depend on nacos directly.
> >
> > -Ian.
> >
> >
> > On Thu, Feb 14, 2019 at 11:07 PM 季敏 <sl...@gmail.com> wrote:
> >
> > > When will the 2.7.1 be released? Fescar's main framework does not
> > directly
> > > depend on dubbo-registry-nacos, because the framework does not directly
> > > determine which registry the user uses. But recently I will post a PR
> on
> > > how fescar, nacos and dubbo are integrated, because fescar 0.2 has been
> > > released and supports nacos as a registration and configuration center.
> > >
> > > Huxing Zhang <hu...@apache.org> 于2019年2月14日周四 下午3:30写道:
> > >
> > > > Hi,
> > > >
> > > > On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com>
> > > wrote:
> > > > >
> > > > > Hi all,
> > > > >     Now the Fescar project[0] will integrate
> dubbo-registry-nacos[1],
> > > but
> > > > > there are two issues:
> > > > > *  dubbo-registry-nacos[1] has no release version
> > > > > *  I know dubbo-registry-nacos is being merged into Dubbo main repo
> > > [2],
> > > > >  Then what kind of Maven dependency do you recommend?
> > > > >
> > > > >      <groupId>org.apache.dubbo</groupId>
> > > > >      <artifactId>dubbo</artifactId>
> > > > >    or
> > > > >        <groupId>com.alibaba</groupId>
> > > > >        <artifactId>dubbo</artifactId>
> > > >
> > > > What is schedule of Fescar's integration with dubbo-registry-nacos?
> > > > If it is not in a hurry, I suggest to use the org.apache.dubbo, since
> > > > it will be available in the subsequent 2.6.6 and 2.7.1 release.
> > > >
> > > > >
> > > > > [0] https://github.com/alibaba/fescar/
> > > > > [1] https://github.com/dubbo/dubbo-registry-nacos
> > > > > [2]
> > > > >
> > > >
> > >
> >
> https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E
> > > >
> > > >
> > > >
> > > > --
> > > > Best Regards!
> > > > Huxing
> > > >
> > >
> >
>

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by 季敏 <sl...@gmail.com>.
It is only the fescar-sample involved in the PR about the integration of
fescar, dubbo, nacos.


Ian Luo <ia...@gmail.com> 于2019年2月18日周一 下午6:33写道:

> I am confused, why fescar needs to depend on dubbo-registry-nacos.
>
> > because fescar 0.2 has been
> released and supports nacos as a registration and configuration center.
>
> It looks like you should depend on nacos directly.
>
> -Ian.
>
>
> On Thu, Feb 14, 2019 at 11:07 PM 季敏 <sl...@gmail.com> wrote:
>
> > When will the 2.7.1 be released? Fescar's main framework does not
> directly
> > depend on dubbo-registry-nacos, because the framework does not directly
> > determine which registry the user uses. But recently I will post a PR on
> > how fescar, nacos and dubbo are integrated, because fescar 0.2 has been
> > released and supports nacos as a registration and configuration center.
> >
> > Huxing Zhang <hu...@apache.org> 于2019年2月14日周四 下午3:30写道:
> >
> > > Hi,
> > >
> > > On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com>
> > wrote:
> > > >
> > > > Hi all,
> > > >     Now the Fescar project[0] will integrate dubbo-registry-nacos[1],
> > but
> > > > there are two issues:
> > > > *  dubbo-registry-nacos[1] has no release version
> > > > *  I know dubbo-registry-nacos is being merged into Dubbo main repo
> > [2],
> > > >  Then what kind of Maven dependency do you recommend?
> > > >
> > > >      <groupId>org.apache.dubbo</groupId>
> > > >      <artifactId>dubbo</artifactId>
> > > >    or
> > > >        <groupId>com.alibaba</groupId>
> > > >        <artifactId>dubbo</artifactId>
> > >
> > > What is schedule of Fescar's integration with dubbo-registry-nacos?
> > > If it is not in a hurry, I suggest to use the org.apache.dubbo, since
> > > it will be available in the subsequent 2.6.6 and 2.7.1 release.
> > >
> > > >
> > > > [0] https://github.com/alibaba/fescar/
> > > > [1] https://github.com/dubbo/dubbo-registry-nacos
> > > > [2]
> > > >
> > >
> >
> https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E
> > >
> > >
> > >
> > > --
> > > Best Regards!
> > > Huxing
> > >
> >
>

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by Ian Luo <ia...@gmail.com>.
I am confused, why fescar needs to depend on dubbo-registry-nacos.

> because fescar 0.2 has been
released and supports nacos as a registration and configuration center.

It looks like you should depend on nacos directly.

-Ian.


On Thu, Feb 14, 2019 at 11:07 PM 季敏 <sl...@gmail.com> wrote:

> When will the 2.7.1 be released? Fescar's main framework does not directly
> depend on dubbo-registry-nacos, because the framework does not directly
> determine which registry the user uses. But recently I will post a PR on
> how fescar, nacos and dubbo are integrated, because fescar 0.2 has been
> released and supports nacos as a registration and configuration center.
>
> Huxing Zhang <hu...@apache.org> 于2019年2月14日周四 下午3:30写道:
>
> > Hi,
> >
> > On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com>
> wrote:
> > >
> > > Hi all,
> > >     Now the Fescar project[0] will integrate dubbo-registry-nacos[1],
> but
> > > there are two issues:
> > > *  dubbo-registry-nacos[1] has no release version
> > > *  I know dubbo-registry-nacos is being merged into Dubbo main repo
> [2],
> > >  Then what kind of Maven dependency do you recommend?
> > >
> > >      <groupId>org.apache.dubbo</groupId>
> > >      <artifactId>dubbo</artifactId>
> > >    or
> > >        <groupId>com.alibaba</groupId>
> > >        <artifactId>dubbo</artifactId>
> >
> > What is schedule of Fescar's integration with dubbo-registry-nacos?
> > If it is not in a hurry, I suggest to use the org.apache.dubbo, since
> > it will be available in the subsequent 2.6.6 and 2.7.1 release.
> >
> > >
> > > [0] https://github.com/alibaba/fescar/
> > > [1] https://github.com/dubbo/dubbo-registry-nacos
> > > [2]
> > >
> >
> https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E
> >
> >
> >
> > --
> > Best Regards!
> > Huxing
> >
>

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

On Thu, Feb 14, 2019 at 11:07 PM 季敏 <sl...@gmail.com> wrote:
>
> When will the 2.7.1 be released?

Not very long, IMO should be within one month.

> Fescar's main framework does not directly
> depend on dubbo-registry-nacos, because the framework does not directly
> determine which registry the user uses. But recently I will post a PR on
> how fescar, nacos and dubbo are integrated, because fescar 0.2 has been
> released and supports nacos as a registration and configuration center.

In that case I am afraid that fescar might consider to support both,
because you won't know whether user use Dubbo 2.6.x or Dubbo 2.7.
Can you detect it dynamically?

>
> Huxing Zhang <hu...@apache.org> 于2019年2月14日周四 下午3:30写道:
>
> > Hi,
> >
> > On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com> wrote:
> > >
> > > Hi all,
> > >     Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but
> > > there are two issues:
> > > *  dubbo-registry-nacos[1] has no release version
> > > *  I know dubbo-registry-nacos is being merged into Dubbo main repo [2],
> > >  Then what kind of Maven dependency do you recommend?
> > >
> > >      <groupId>org.apache.dubbo</groupId>
> > >      <artifactId>dubbo</artifactId>
> > >    or
> > >        <groupId>com.alibaba</groupId>
> > >        <artifactId>dubbo</artifactId>
> >
> > What is schedule of Fescar's integration with dubbo-registry-nacos?
> > If it is not in a hurry, I suggest to use the org.apache.dubbo, since
> > it will be available in the subsequent 2.6.6 and 2.7.1 release.
> >
> > >
> > > [0] https://github.com/alibaba/fescar/
> > > [1] https://github.com/dubbo/dubbo-registry-nacos
> > > [2]
> > >
> > https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E
> >
> >
> >
> > --
> > Best Regards!
> > Huxing
> >



-- 
Best Regards!
Huxing

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by 季敏 <sl...@gmail.com>.
When will the 2.7.1 be released? Fescar's main framework does not directly
depend on dubbo-registry-nacos, because the framework does not directly
determine which registry the user uses. But recently I will post a PR on
how fescar, nacos and dubbo are integrated, because fescar 0.2 has been
released and supports nacos as a registration and configuration center.

Huxing Zhang <hu...@apache.org> 于2019年2月14日周四 下午3:30写道:

> Hi,
>
> On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com> wrote:
> >
> > Hi all,
> >     Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but
> > there are two issues:
> > *  dubbo-registry-nacos[1] has no release version
> > *  I know dubbo-registry-nacos is being merged into Dubbo main repo [2],
> >  Then what kind of Maven dependency do you recommend?
> >
> >      <groupId>org.apache.dubbo</groupId>
> >      <artifactId>dubbo</artifactId>
> >    or
> >        <groupId>com.alibaba</groupId>
> >        <artifactId>dubbo</artifactId>
>
> What is schedule of Fescar's integration with dubbo-registry-nacos?
> If it is not in a hurry, I suggest to use the org.apache.dubbo, since
> it will be available in the subsequent 2.6.6 and 2.7.1 release.
>
> >
> > [0] https://github.com/alibaba/fescar/
> > [1] https://github.com/dubbo/dubbo-registry-nacos
> > [2]
> >
> https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E
>
>
>
> --
> Best Regards!
> Huxing
>

Re: How to integrate dubbo-registry-nacos into Fescar project?

Posted by Huxing Zhang <hu...@apache.org>.
Hi,

On Wed, Feb 13, 2019 at 6:59 PM Xin Wang <xi...@gmail.com> wrote:
>
> Hi all,
>     Now the Fescar project[0] will integrate dubbo-registry-nacos[1], but
> there are two issues:
> *  dubbo-registry-nacos[1] has no release version
> *  I know dubbo-registry-nacos is being merged into Dubbo main repo [2],
>  Then what kind of Maven dependency do you recommend?
>
>      <groupId>org.apache.dubbo</groupId>
>      <artifactId>dubbo</artifactId>
>    or
>        <groupId>com.alibaba</groupId>
>        <artifactId>dubbo</artifactId>

What is schedule of Fescar's integration with dubbo-registry-nacos?
If it is not in a hurry, I suggest to use the org.apache.dubbo, since
it will be available in the subsequent 2.6.6 and 2.7.1 release.

>
> [0] https://github.com/alibaba/fescar/
> [1] https://github.com/dubbo/dubbo-registry-nacos
> [2]
> https://lists.apache.org/thread.html/a6753eee2f7098fcaaf12b24d5496b9f1d3f21f52ffdbc5a808ddd89@%3Cdev.dubbo.apache.org%3E



-- 
Best Regards!
Huxing