Your go-to microservice framework for any situation, from the creator of Netty et al. You can build any type of microservice leveraging your favorite technologies, including gRPC, Thrift, Kotlin, Retrofit, Reactive Streams, Spring Boot and Dropwizard.
I noticed looking at Zipkin that there are a few places with probably unnecessary proxying. This can be disabled in Spring Boot 2.2.x via @Configuration(proxyBeanMethods=false)
We still support Spring Boot 1 (based on Spring Framework 4) due to internal reasons and this property is only available since Spring Framework 5.2. We'll have to wait a little bit more..
I noticed looking at Zipkin that there are a few places with probably unnecessary proxying. This can be disabled in Spring Boot 2.2.x via
@Configuration(proxyBeanMethods=false)
See spring-projects/spring-boot#9068