Home
Blogs
Questions
Jobs
Monetize

Home

About Us

Blogs

Questions

Jobs

Monetize

Post Job

banner

Questions about r2dbc-mysql

Read more about r2dbc-mysql

python (65.2k questions)

javascript (44.3k questions)

reactjs (22.7k questions)

java (20.8k questions)

c# (17.4k questions)

html (16.3k questions)

r (13.7k questions)

android (13k questions)

Questions - r2dbc-mysql

Getting reactor.pool.PoolShutdownException during save in database

Service is using org.springframework.r2dbc.core.DatabaseClient with reactor-pool and r2dbc-mysql driver. I'm doing inserts in the database every 5-10 seconds (50-100 insert statements) and randomly af...
test-img

Vladlen Gladis

java

spring-boot

r2dbc

r2dbc-mysql

Votes: 0

Answers: 2

Latest Answer

Basically, it happens when you have too many pending acquired connections Example: your connection pool is 100 but you are trying to do 500 parallel inserts, where 400 will be in pending status). In...
test-img

Vladlen Gladis

Initialise MySQL Testcontainer using R2DBC and Jooq

I want to write integration test for my microservice currently using Kotlin, Jooq and R2dbc at repository level. I want my test to work in R2dbc mode as well, but for some reason getting this exceptio...
test-img

Yaroslav

testcontainers

r2dbc

r2dbc-mysql

Votes: 0

Answers: 1

Latest Answer

It is easy to integrate Jooq with R2dbc. @Configuration class JooqConfig { @Bean fun dslContext(connectionFactory: ConnectionFactory) = using(TransactionAwareConnectionFactoryProxy(co...
test-img

Hantsy

Posts

Questions

Blogs

Jobs

The ultimate platform for coders and IT specialists

About

  • Company
  • Support

  • Platform

  • Terms & Conditions
  • Privacy statement
  • Cookie policy
  • Cookie option
  • OnlyCoders © 2025  |  All rights reserved