Does cockroachdb support spring reactive api?
I know none of the relational data base support reactive api as they are blocking calls. is coachroach DB any different?
Does cockroachdb support spring reactive api?
I know none of the relational data base support reactive api as they are blocking calls. is coachroach DB any different?
Yes, CockroachDB supports Spring reactive API. Under the hood, CockroachDB relies on PostgreSQL Java drivers to connect to applications. So, if there is a Java driver that works with Spring reactive and Postgres, it will work with CockroachDB too.