knative-extensions / eventing-kafka-broker

Alternate Kafka Broker implementation.
Apache License 2.0
185 stars 117 forks source link

Shared global metrics registry is slowing down verticles #2200

Open pierDipi opened 2 years ago

pierDipi commented 2 years ago

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.

github-actions[bot] commented 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.

pierDipi commented 2 years ago

/remove-lifecycle stale

pierDipi commented 2 years ago

/triage accepted