-
Notifications
You must be signed in to change notification settings - Fork 40.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make ZipkinHttpClientSender the default BytesMessageSender #42589
Comments
Follow-Up QuestionsHi @mhalbritter, I have a few follow-up questions regarding this issue:
@Configuration(proxyBeanMethods = false)
@Import({
HttpClientSenderConfiguration.class,
WebClientSenderConfiguration.class,
RestTemplateSenderConfiguration.class,
UrlConnectionSenderConfiguration.class
}) does it works? Need I create a branch and apply this? What's your opinion?🥺 There is one thing I must clarify, I'm a green hand in spring-boot also java, did't participate in any huge program. If there is any mistake I've made, plz pardon me.😭❤️ |
The milestone target (top right of the issue) is set to 3.5.x for this one. This means we want to do it for the 3.5 release, which will be on
No, the issue is currently unassigned. We change "Assignees" when someone actively starts working on an issue. I'll leave the other questions for @mhalbritter to answer. |
It means I can't fix this issue before 3.5.x branched? Am I misunderstanding your meaning?🤔 So could you plz explain the meaning of opening this issue to me? Maybe I need to learn the GitHub basic usage of issues🥺, thank u.
But now we didn't branch the 3.4.x, so it means this issue can't assign to anyone? |
You're welcome to take a look at the issue and fix it on
No, the issue can be assigned at any time. You're also welcome to submit a pull-request on any unassigned issue. Our wrokflow is that we assign an issue when we know somebody is actively working on it. This aims to prevent duplicated effort. |
Appreciate for your reply😇. There's another question:
And there are also the rest of the questions in my previous comment, Im looking forward to the reply😃. Anyway, thank u again. |
We can rebase the PR. That's a usual part of our process. |
Yes, this works.
I'd remove @wickdynex Do you want to work on that issue? If so, i'd assign it to you. |
It's my pleasure to have a chance to work on this issue, I will try my best to achieve this target. But I'm new in this project🥺, do you have some advice or idea for deleting these configurations? You can have a try to assign this issue to my, but in case to avoid that I mess it up, I will ask and also comments a lot. Pardon me🥰. Steps below, and you can point out the mistakes :
Am I right? Looking for your reply and modifications❤️. |
In the scope of this issue, you should just reorder the configurations, like you said in #42589 (comment). And I guess some tests needs to be adapted. For the removal of For the removal of |
Closing in favor of #43085. |
Right now,
org.springframework.boot.actuate.autoconfigure.tracing.zipkin.ZipkinConfigurations.SenderConfiguration
importsUrlConnectionSenderConfiguration
beforeHttpClientSenderConfiguration
. We should switch that around. Also we should think about removing support forURLConnectionSender
altogether.The
ZipkinRestTemplateSender
andZipkinWebClientSender
will be removed in Boot 3.5.0, too.The text was updated successfully, but these errors were encountered: