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 this app is deployed in a local Kubernetes cluster with a basic configuration, when in our service execute a query pointing to a Oracle database using r2dbc oracle driver it's stuck with no response on a infinite wait without errors (session is not created on DB)
If we test exactly same but running in local or container (without Kubernetes), it works.
This is all tests done:
Use dockerized service without k8s → Working...
Downgrade R2dbc Oracle Driver to 0.2.0, 0.4.0 and 1.0.0 → Not Working...
Change to postgres database and use postgres r2dbc driver → Working...
Use local kubernetes cluster with minimum configuration → Not Working...
Use oracle instance inside local cluster → Not Working...
Change web server from netty to undertow → Not Working...