-
Hi all,
I have a DNS issue with Vert.x in combination with GraalVM and Alpine Linux (works with Debian-9-slim)
The project branch can be found here:
[https://github.com/aws-samples/reactive-…
-
For Vert.x we need to be able to map module names such as `io.vertx.core/2.1.2` to `vertx-core-2.1.2.jar`. This could be limited to flat repositories and Java, but given how we set up the repository m…
-
Hello, I have an NPE when trying to use command handler in vertx
TelegramOptions telegramOptions = new TelegramOptions()
.setBotToken(TELEGRAM_TOKEN);
CommandHandle…
-
#### Describe the feature
We have a STOMP server, that is created on some path, for example localhost:8080/watchApi/myStompServer
It is often case when API Gateway approach used in microservice …
-
Since vertx.io does not provide any official elasticsearch wrapper, then I come to this lib.
I'm currently testing 0.9.0-ec7.10.1 with vertx-4.1.1, JDK 1.8.
Here's my testing,
```
void TestE…
-
I saw your code and started to play with it before noticing that the init function is hosting a processing loop. Is this just test code because the loop shouldn't be there? It hangs startup and alloca…
-
Erlang supports the concept of a "Supervisor" which keeps track of the state of various "Actors" within the virtual machine. It would be awesome if Vert.x could support a similar concept. For example,…
-
It would be useful to have a closed check on http requests .
This is available on responses but not on requests
io.vertx.core.http.HttpServerResponse
provides
boolean closed();
but
io.vertx.core.…
-
it happens **each time** method is being renamed
Seen warnings for example:
```
2023-01-03 13:51:53,211 [1701475] WARN - #org.digma.intellij.plugin.service.EditorInteractionService - Digma: C…
-
I'm running a server based on the [Vert.x](vertx.io) framework. To support testing of asynchronous code, they provide a JUnit5 extension which injects an instance of Vertx and a VertxTestContext. In o…