Thomas Segismont

Results 506 comments of Thomas Segismont

@Gattag no, if it's not comliant it's a bug and should be fixed. For the fix, it might useful to create a `TaskQueue` per worker when `ordered` is set to...

Please go ahead. Make sure the periodic timer is canceled with the subscription.

>Unless I'm missing something, currently there is no way to provide a custom TaskQueue to any WorkerExecutor::executeBlocking method and a Context cannot be forcibly assigned to the execution of a...

Oracle returns rowid when you ask for generated keys but did not specify the column indexes. Before invoking executeUpdate, set the options on the SQLConnection: https://vertx.io/docs/apidocs/io/vertx/ext/sql/SQLConnection.html#setOptions-io.vertx.ext.sql.SQLOptions- Make sure to provide...

@jyotipatel sorry not yet. I should be able to look into it next week

No. I believe we should disable the `CircuitBreakerMetrics` when eventbus notifications are disabled.

@jyotipatel I wasn't able to reproduce using `4.2.6` or `4.3.1`. Perhaps you can share with us a full reproducer as a GH project? Ideally it would have runnable server code...

@pierDipi your memory problem looks different, can you share with us a small reproducer or at least the heap dump file?