-
stdout: ██████ ███████ █████ ██████ ███████ ██████
stdout: ██ ██ ██ ██ ██ ██ ██ ██ ██ ██
stdout: ██████ █████ ███████ ██ ██ █████ ██████
stdout: ██ ██ ██ ██…
-
Hi,
I'm trying to re-construct for springboot from synchronous to asynchronous by vertx, the target is raise TPS.
But now encounter a problem, you know it's time-costing operation for post request…
-
```shell
$ es4x versions
VM: OpenJDK 64-Bit Server VM - 17
VM Vendor: null
Vert.x: 4.2.2
ES4X: 0.16.2
graaljs: 21.3.0
```
code: index.js
```javascript
import { Promise as …
-
[See here](https://github.com/chefhoobajoob/es4x-multithreaded-access) for a reproducer using rxjs to illustrate. If two or more verticle instances are deployed that each use one or more large/modular…
-
Hi
We have an intermitent problem with the startup of our applications, in a few attempts I can reproduce so it it quite often to occur.
vert.x version: 3.9.9
Java version: openjdk version "11.…
-
This follows #1074.
Here the use case:
1. The Hibernate Reactive session factory is created outside of a Vert.x context, so a new Vert.x instance is created
2. The Session Factory is passed to a …
-
首先谢谢作者的辛苦开发 导出txt功能可以正常使用了,方便转换epub推送kindle了(当前kindle邮件支持推送epub了,同时kindle网页版太垃圾了所以要下载了看)
希望可以修复下书籍管理-导出epub功能(txt功能正常),目前导出时链接没反应,一直是载入状态,链接为导出txt的链接后面epub=1
![image](https://user-images.githubuse…
-
### Questions
When the HTTP server receives pipelined requests, the first request is invoked on a duplicated context, but not the second one.
### Version
4.2.6
### Context
This is re…
-
Hello. I've noticed the similar behavior, but from another angle: When I run some verticle as a separate worker in dev mode it runs in worker thread and in production build (both uber jar and from Qua…
-
**Describe the bug**
I have tried to run gateway in Linode server using following video:
https://www.youtube.com/watch?v=J2F6PrPUG6w&t=57s
In the end, after I have set IBEAM_ACCOUNT and IBEAM_PAS…