Didar Burmaganov
Didar Burmaganov
couldn't find destroy method which is needed for SPA applications for cleaning resources... are you planning to add it?
resolving this issue would allow to use [immutables](https://immutables.github.io/immutable.html) lib + some tweaks on generation of service proxy with following rule: (if dataobject is interface - use **fromJson** else if dataobject...
Hi, is it possible to make constructor and **toJson()** methods as optional? If anyone wants to override default serialization/deserialization they could define custom conversion logic. Now for simple data objects...
i need this feature too!
Also **setQueryTimeout(60)** is hard to find config :) Spent half day to find out that it is configured by quarkus-jooq.
i've seen hazelcast, infinispan implementation for vertx 4. Planning to implement for consul, but not sure about **clusterHost** and **clusterPublicHost** in new ClusterManager SPI. Should i implement them or no?...
@vietj could you help me with understanding clusterHost & clusterPublicHost, if i understand correctly `If the cluster manager has its own server for data/membership, this returns the host it is...
@robertonav20 I stopped migrating, planning to switch to quarkus + stork
error occurrence is not regular, after investigating logs: exceptions in february month found in logs from 4th until 11th, this is strange... i have eight services running on two VM's...
https://groups.google.com/g/vertx/c/3IVhc5DJNlA there is answer from Thomas (tsegismont) --------------------------------------------------------------- OK so it happens when you restart nodes, and I guess you restart a lot of them at the same time. One...