Skip to content

Issue with microservice using r2dbc oracle inside kubernetes cluster. (Request timeouts) #129

Closed
@manuelgdlvh

Description

@manuelgdlvh

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...

Metadata

Metadata

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions