Kyriakos Mandalas

Results 19 comments of Kyriakos Mandalas

@spencergibb so the only solution would be to implement a custom `HealthIndicator` and rely on the existing `HealthCheckServiceInstanceListSupplier`?

@spencergibb I think that custom `HealthIndicator` should be avoided though since it would show a status [DOWN] if some instance is under load exceeding some threshold and this is will...

@spencergibb & @OlgaMaciaszek I am working on a custom `ReactorServiceInstanceLoadBalancer` at the moment cause I want to achieve a "least_conn" behavior (similarly to NGNIX or HA_PROXY). This is useful in...

In order to achieve Logout (from gsis at least), you need to do the following: Με browser redirect – όχι με GET/POST - στο logout url όπου ορίζεται το αντίστοιχο...

@evchristelis για το 1, σε περίπτωση χρήσης Java/Spring, επιτυγχάνεται με την δήλωση ενός `LogoutSuccessHandler` ως εξής: ``` OidcClientInitiatedLogoutSuccessHandler oidcLogoutSuccessHandler() { OidcClientInitiatedLogoutSuccessHandler successHandler = new OidcClientInitiatedLogoutSuccessHandler(clientRegistrationRepository); successHandler.setPostLogoutRedirectUri(logoutSuccessUrl); return successHandler; } ```...

@gvenzl @metawave after the latest release of Docker Desktop 4.25 with Rosetta for Linux GA, has anyone tried to run linux/amd64 on apple silicon?

@DmitriMelnikov I pulled new image but the error is still the same... `System.NotSupportedException: Not supported function call ARRAY_CONTAINS with 2 arguments`

I re-tried today after pulling latest image and the operation still fails but with other error details this time. Here it is: ``` 2025-02-03T10:54:33.110+02:00 DEBUG 18512 --- [ main] c.a.c.implementation.SqlQuerySpecLogger...

@christopheranderson Full stacktrace below: ``` 2024-12-10T23:52:01.781+02:00 DEBUG 62483 --- [ main] c.a.c.implementation.SqlQuerySpecLogger : SELECT VALUE COUNT(1) FROM r WHERE (r.principal = @principal0 AND r.type = @type1) 2024-12-10T23:52:05.271+02:00 ERROR 62483 ---...