hi,Ian,
It's a good idea to combine the two projects in a few days for transition.
I think it's appropriated for existing users and potential users.
[email protected]
From: Ian Luo
Date: 2018-03-07 17:49
To: dev
Subject: Re: On double dubbo starters
Hi Adrian,
First of all, my apology for the confusion. The project under dubbo [1] group
is the official project we plan to maintain in long term for Spring Boot
support. I encourage you try it first and share your feedback if there’s any.
In order to not block Adrian’s work, I suggest to publish it with the existing
groupId/artifactId since we can always republish with the new
groupId/artifactId in the next release cycle after the transition finishes.
To dubbo’s mentors, I am not sure if it is appropriated for my proposal. Pls.
correct me once you read the message since we plan to release
spring-boot-starter officially very soon (by the end of this week or the early
of the next week).
Thanks,
-Ian.
1. https://github.com/dubbo/dubbo-spring-boot-project
> On 7 Mar 2018, at 5:04 PM, Adrian Cole <[email protected]> wrote:
>
> Hi, all
>
> I'm working on spring-cloud-sleuth tracing integration with dubbo.
> We've had users requesting dubbo for a while now for spring boot
> applications.
>
> https://github.com/spring-cloud/spring-cloud-sleuth/issues/710
>
> One of the commitments we made was to have dubbo tracing included for
> spring boot 2 applications, leveraging the efforts we made in the
> Zipkin library Brave (which similarly had a backlog of dubbo
> interest).
>
> The good news is that, I've been able to get this working, which is awesome.
>
> https://github.com/openzipkin/sleuth-webmvc-example/compare/add-dubbo-tracing
>
> I'm only waiting a couple small patches and we are ready to go! The
> community have been great and the plugin changes quickly in the right
> direction.
>
> I ran into a glitch as I was told that the plugin I use, the "alibaba"
> variant, is not official. Rather, the "dubbo" one was.
>
> https://github.com/alibaba/dubbo-spring-boot-starter < I am using this
> and it works
> https://github.com/dubbo/dubbo-spring-boot-project < haven't tried this, yet
>
> I would like to try the other version, but it seems to be in release
> limbo. For example, it is not published anywhere and there are some
> concerns about publishing it while apache takes its course.
>
> https://issues.apache.org/jira/projects/DUBBO/issues/DUBBO-3
>
> Meanwhile, I actually like the plugin I am using and the person
> maintaining it is good. This is a tough situation to be in where what
> is working is not recommended, and what is recommended I have to build
> or consume snapshot of.
>
> How should we proceed on this?
> -A