Tomaz Fernandes
Tomaz Fernandes
Looking forward to the PR @khc41! Let me know if you'd like to discuss the overall direction.
Hi @sondemar, on a first glance this looks great! I wonder if it'd also make sense to add Observability support to SqsTemplate? Or perhaps leave it to a separate issue...
> Hi @tomazfernandes , I have also thought about templates (SqsTemplate and SnsTemplate as well). It makes sense to include them because we might want to propagate the tracing context...
Another point here is - the most challenging part of instrumenting observation for this project is that it has many points where thread hopping may occur. The main reason is...
Hello @sondemar, just to catch up on this > but now I am waiting for feedback on the following questions: https://github.com/micrometer-metrics/context-propagation/issues/262 and https://github.com/micrometer-metrics/tracing/issues/765. I see you're still looking into this,...
Hey @frjonsen, we're actively working on Observability and should have good news on this front in the next few weeks. Stay tuned!
Hey @sondemar, as I wrote in the other issue, I appreciate your PR very much but chose to go with a different approach. Thanks! Superseded by https://github.com/awspring/spring-cloud-aws/pull/1369
Hi @loicrouchon and @jeroenvandevelde. @loicrouchon, overall this looks very promising - thanks! I wonder why you chose to change the current `SemaphoreBackPressureHandler` implementation though - it seems like the functionalities...
Thanks for the update @loicrouchon, I think we're definitely moving in the right direction here. >> Also, would it make sense maybe to have a list of BackPressureHandlers and have...
Hey @loicrouchon and @jeroenvandevelde, lots of interesting points. > I have a question? If we introduce the CompositeBPH, do we need to keep the BatchAwareBackPressureHandler interface? I think we still...