Skip to content

Prometheus RSocket Client not initialized when spring.main.lazy-initialization=true #83

@klopfdreh

Description

@klopfdreh

Currently we have an issue that the PrometheusRSocketClientAutoConfiguration does not initialize the PrometheusRSocketClient when the lazy-initialization is set to true.

I guess this is because PrometheusRSocketClient is not required anywhere due to autowiring.

Suggestion would be to add @Lazy(false) and test if this is working in this case.

@onobc / @jonatan-ivanov WDYT?

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions