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
root issue is:
the code that decides whether or not to show the loading indicator is pretty old and based on a periodic check (i know, wtf 😅).
solution:
keep track of the number of currently running requests (as an observable number).
rest requests should always cause the the indicator to show.
and the indicator should show for some minimum time (300ms?) even if the request completes much more quickly.
As the title says.
Also ConsumerGroupDetails does not seem to actually refresh any data (lag values stay the same, but in TopicDetails it works).
The text was updated successfully, but these errors were encountered: