Mariusz Sondecki
Mariusz Sondecki
**Type**: Feature **Is your feature request related to a problem? Please describe.** The SnsTemplate instantiates [TopicMessageChannel](https://github.com/awspring/spring-cloud-aws/blob/89c48d80d3bfef80d0e046f06419cdaa3b718d31/spring-cloud-aws-sns/src/main/java/io/awspring/cloud/sns/core/SnsTemplate.java#L140) before sending the message when the topic ARN is provided. However, there is no...
closes https://github.com/logfellow/logstash-logback-encoder/issues/1014
**Is your feature request related to a problem? Please describe.** With the release of Jetty version 12, the logback-access project became incompatible. The subsequent release, version 2.0.0, now aligns with...
## :loudspeaker: Type of change - [ ] Bugfix - [x] New feature - [ ] Enhancement - [ ] Refactoring ## :scroll: Description Added Micrometer's Observability support instruments SQS...
Hi, I would like to encapsulate a method returning a CompletableFuture step/task with the Observation API, ensuring full observability (the observation scope should enclose the method's scope). The CompletableFuture in...