quarkiverse / quarkus-neo4j

Quarkus Neo4j extension
Apache License 2.0
21 stars 5 forks source link

fix: Always create a metrics consumer. #270

Closed michael-simons closed 4 months ago

michael-simons commented 4 months ago

Something seems to have changed in Quarkus, so that a null consumer is no longer ignored but eventually leads to a crash of the Micrometer processor.

Fixes #265