spring-cloud / spring-cloud-stream-samples

Samples for Spring Cloud Stream
Apache License 2.0
956 stars 676 forks source link

Add sample "Observability with Spring Boot 3" #243

Open MikeR13 opened 1 year ago

MikeR13 commented 1 year ago

Hi there We are migrating to Spring Boot 3.x. We have Spring Cloud Stream in use, specifically the SCS Binder from Solace. We have done experiments with micrometer-tracing-bridge-otel and micrometer-tracing-bridge-brave. The tracing information is not propagated with either of them, so no headers are set in the messages. It would be nice to have an example of how this works new, with Spring Boot 3.x.