Julien Viet

Results 1136 comments of Julien Viet

not yet, I've been very busy on other things (Vert.x 3.7.0 release) > On 5 Apr 2019, at 22:21, Mark Paluch wrote: > > @vietj did you had a chance...

we are not actively forward looking to implement R2DBC, but I think that anyone can provide an adapter project for this.

the new server type and requirements are specific to PG and the selection code should be in vertx-pg-client instead of vertx-sql-client

it seems that this specific mechanism should be used as a `PgPool` connection provider

can you show your workaround in a snippet so we better understand ?

what would you expect to work instead ? what does dbStore.shutdown() do ? what is the equivalent snippet that works with jasyncql ?

I'm assuming Kotlin Flow stream is https://kotlinlang.org/docs/reference/coroutines/flow.html ?

perhaps we should implement this in vertx-lang-kotlin to ease things ?

"How come the vertx-sql-client can block the application from shutting down on an exception?" can you elaborate ? I am not familliar with Kotlin Flow and I would like to...