Open pierDipi opened 2 years ago
This issue is stale because it has been open for 90 days with no
activity. It will automatically close after 30 more days of
inactivity. Reopen the issue with /reopen
. Mark the issue as
fresh by adding the comment /remove-lifecycle stale
.
/remove-lifecycle stale
/triage accepted
Describe the bug
We use a shared metrics registry (in
Metrics.java
), however, every time we need to update a metric (increment counter) we need to get or register that particular meter (counter, etc), so we need to access the shared registry which blocks verticles. When there are lots of events flowing that ends up blocking other verticles.