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
When monitoring schema registry through JMX, I get decreasing "connections-active" counter.
I found by debugging that the closed() method of MetricsListener is called two times for every connections, which explains the decrease, but I could not spot the source of the problem.
The text was updated successfully, but these errors were encountered:
When monitoring schema registry through JMX, I get decreasing "connections-active" counter.
I found by debugging that the closed() method of MetricsListener is called two times for every connections, which explains the decrease, but I could not spot the source of the problem.
The text was updated successfully, but these errors were encountered: