Santiago Pericas-Geertsen
Santiago Pericas-Geertsen
Could be related to PR #3108
@BenjaminBuick You should really try it out with the latest version of Helidon. There have been a significant number of changes in the Helidon internals as it related to sending/writing...
@BenjaminBuick Ping
@BenjaminBuick Yes, let's leave it open until you test the latest version. As I said, issue may still be there, but we need to verify that before proceeding.
@BenjaminBuick Any update on this issue?
@BenjaminBuick Please re-open if necessary.
@midhunnkj What dependencies do you have in your pom? Have you included Jaeger or Zipkin?
https://github.com/tjquinno/openapi-generator/pull/45
Some brainstorming to support batch. 1. Batch of unrelated statements ``` dbClient().batch(b -> b .createInsert("INSERT INTO pokemons VALUES (?,?)") .addParam("name1").addParam("type").add(b) .createNamedUpdate("update1") .addParam("name", "name1") .addParam("type", "type1").execute()) .thenAccept(count -> response.send("Modified: " +...
Some initial thoughts and design available here https://github.com/spericas/helidon/tree/dbclient-batch