David Melia
David Melia
Hi Feature Request - Is it possible to allow wildcard filenames in the bundleConfiguration JSON For example { "bundles": [ { "type": "js", "name": "scripts/dave.js", "files": [ "target/minified/scripts/app/somefunction/\*.js", "target/minified/scripts/app/common/**/*.js" ]...
## Feature I would like the ability to set remoteServiceName via HttpRequestParser. The problem is SpanCustomizerShield does not expose this method. Would this be possible?? ``` public brave.http.HttpRequestParser handler() {...
**Describe the bug** When Upgrading from Spring Cloud 2020.0.3 to 2020.0.4 AVRO message conversion is ignored in Spring Cloud Stream Kafka (Kafka 2.7) giving the following error: ``` 2021-10-28 15:43:47.868[0;39m...
**Describe the bug** When upgrading from Spring Cloud 2020.0.4 to Spring Cloud 2021.0.1 this breaks the ordering of Kafka messages when using flatMapSequential. The reason I think this is Spring...
Hi, In Summary Spring Cloud Contract and spring cloud stream test binder in batch mode are not working quite right. I have a boot 2.6.8 Cloud 2021.0.3 project https://github.com/davidmelia/spring-boot-webflux-avro-sink-only-batch which...
Hi, When initialising rocksdbjni 7.5.3 on Alpine arm 64 `(Linux dbf2dddea346 5.10.124-linuxkit #1 SMP PREEMPT Thu Jun 30 08:18:26 UTC 2022 aarch64 Linux) ` this errors with `libstdc++.so.6: cannot open...
Hi, I've been testing the new spring-cloud-stream-binder-kafka-reactive 2022.0.0-M5 and have noticed that batch mode has not been implemented. (i.e. org.springframework.cloud.stream.binder.ConsumerProperties.isBatchMode is not referenced in this binder but is referenced in...
Hi, Migrating from Spring Cloud Sleuth to Spring Boot 3 there used to be a property to override the TraceFilter: ``` spring: sleuth: web: filter-order: -111 ``` which is quite...
Hi, In version 1.7.1 and 2.0.2 (Java 17) there is a major change in behaviour around base-config where this feature no longer works for ignored exceptions. for the config ```...
Hi, I have created the prototype https://github.com/davidmelia/spring-boot-kafka-consumer-tracing to illustrate an issue summarised by - Trace ID is output OK in the kafka binder depending on where the log statement is...