asyncer-io / r2dbc-mysql

Reactive Relational Database Connectivity for MySQL. The official successor to mirromutth/r2dbc-mysql(dev.miku:r2dbc-mysql).
https://r2dbc.io
Apache License 2.0
195 stars 21 forks source link

[QUESTION] sql timeout option #160

Closed kihwankim closed 9 months ago

kihwankim commented 9 months ago

Summary

I would like to find query timeout property option

Detailed description

I try to find query time out options but I can not find.... is there the same on as the jpa setting information blow??

spring.jpa.properties.javax.persistence.query.timeout=5000
spring.jpa.properties.javax.persistence.lock.timeout=5000

Relevant context

Your environment

Additional information

Checklist

jchrys commented 9 months ago

Hi, We do not support query timeout option. but I think you can utilize your reactive library to apply the timeout. Thanks!