-
Considerations:
- convert `AbstractVerticle` to `VerticleBase`
- use test containers whenever possible : Mongo / Cassandra / ...
- refresh
- Web Client Twitter Oauth example
- ...
- cleanu…
-
处理页面的verticle应拼写为vertical(捂脸
-
#### Current Situation
Currently creating two HttpServer instances listening to the same port are not supported. Having multiple instances of the very same Verticle results in alternating choosing …
-
Consider this application:
```java
public class MainVerticle extends AbstractVerticle {
public static void main(String[] args) {
Vertx vertx = Vertx.vertx();
DeploymentOptions deplo…
-
I love Manuskript so far. My only big complaint is the nature of the menu on the right hand side where the text is rotated 90° and requires someone to read from top to bottom, it's a major visual inco…
-
Does this work with clustered verticles and run this console as seperate microservice?
if i need to make it work what should be done?
-
### Description
Vert.x has 3 different thread models, worker, vthreads and standart. For high performance web application api we are using ThreadingModel.VIRTUAL _THREAD. However this model breaks …
-
I was wondering if it would be possible to make the browser switch between vertical and horizontal orientation?
It would make reading comics hella easier!
-
Investigate using Verticles to scale web3signer http server.
Notes:
https://stackoverflow.com/questions/49775238/vertx-web-server-uses-only-one-event-loop-thread-while-16-are-available
-
### Version
4.5.10
### Context
When sending/publishing messages on the eventbus, and (one of) the receiver verticle is being undeployed, and the receiver verticle runs on a custom thread pool…