You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With both together, it means non-web applications that just want the client auto-configuration have the server dependencies pulled in which causes Spring Boot to configure them as a web app. Currently, the workaround would be to exclude the server artifact prometheus-rsocket-proxy-server from the prometheus-rsocket-spring dependency.
The text was updated successfully, but these errors were encountered:
The workaround is excluding the component that you need. In case of an app that wants to use the client and does not want to be converted to a web app:
With both together, it means non-web applications that just want the client auto-configuration have the server dependencies pulled in which causes Spring Boot to configure them as a web app. Currently, the workaround would be to exclude the server artifact
prometheus-rsocket-proxy-server
from theprometheus-rsocket-spring
dependency.The text was updated successfully, but these errors were encountered: