Spring Native Auto Reachability of Mono<?> or Flux<?> #38546
Labels
for: external-project
For an external project and not something we can fix
status: invalid
An issue that we don't feel is valid
We are trying to move to Spring Native latest for our 100+ Spring Boot applications with multiple endpoint / microservices. Ours is all Reactive applications where every object is a
Mono
or aFlux
. As part of reachability metadata, adding@RegisterReflectionForBinding
across 100+ applications is really not an easy task.Is there a plan in place to support
Mono<?>
orFlux<?>
auto reachability in future? Please consider this as a feature request like how we could unwrapMono
orFlux
inspringdoc api-docs
generation. Thanks.The text was updated successfully, but these errors were encountered: