-2

We have experience with Spring XD for the past couple of years and now in process of migrating towards Spring Cloud Data Flow. We are using Oracle RAC cluster as job repository(For HA at database level).

To get true HA with Oracle RAC, JDBC Client need to use connection pool configuration with Oracle Fast Connection Failover(FCF) for event notifications on oracle node failures.

Do we have support in cloud data flow to customize the connection pool so that we can include FCF configurations?

sadineni
  • 3
  • 2

1 Answers1

1

It is not clear what your concerns are and why you are asking for this specifically. Given that, I'll answer why we rely on a database and how it's used.

Spring Cloud Data Flow uses an RDBMS for simple metadata persistence. You can read more about it here and here. Oracle happens to be one of the RDBMS that you can use to back SCDF's job-repository.

Apart from the simple connection credentials and the licensed Oracle-driver in the classpath, we don't expect anything else to be specially configured to use Oracle.

Sabby Anandan
  • 5,636
  • 2
  • 12
  • 21