keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
128 stars 71 forks source link

Add status of remote cache and cluster members to server info view #989

Open ahus1 opened 2 hours ago

ahus1 commented 2 hours ago

For users of Keycloak, there should be a simple way to determine if the cluster has been formed correctly if JGroups is being used.

Possibly in DefaultInfinispanConnectionProviderFactory implement ServerInfoAwareProviderFactory and provide the information so it is available in the server view. This way an admin can check if the cluster has formed successfully.

ahus1 commented 2 hours ago

@mhajas - I wonder if this could help with cases like the one you are currently analyzing. WDYT? What should be visible in the server info tab in the Admin UI wrt to Infinispan / JGroups?

cc: @pruivo, @ryanemerson