Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
vert.x
Conversations
About
vert.x
1–30 of 10169
Welcome to the vert.x google group!
Vert.x
- a tool-kit for building reactive applications on the JVM
Please use this group for any user or development vert.x topics.
For development discussions please use the
development group
For commits please see the
commits list
For any private enquiries about Vert.x please send an email to the
enquiries list
Mark all as read
Report abusive group
0 selected
Szymon G
,
Paulo Lopes
3
10:39 AM
4.3.1 - problem with web socket - 'Request has already been read'
Than you Paulo, I will try to separate SockJS handler to not have body handler before it, and see if
unread,
4.3.1 - problem with web socket - 'Request has already been read'
Than you Paulo, I will try to separate SockJS handler to not have body handler before it, and see if
10:39 AM
rim...@gmail.com
,
Julien Viet
5
4:42 AM
Getting the client IP address during TLS handshake
Hi, do you want to only do some logging or take some action during this phase ? the handshake is
unread,
Getting the client IP address during TLS handshake
Hi, do you want to only do some logging or take some action during this phase ? the handshake is
4:42 AM
Himanshu Gupta
,
Julien Viet
6
4:39 AM
Vert.x delayed response during send
Hi, I haven't had yet the opportunity to investigate. Julien On Fri, Jul 1, 2022 at 3:20 PM
unread,
Vert.x delayed response during send
Hi, I haven't had yet the opportunity to investigate. Julien On Fri, Jul 1, 2022 at 3:20 PM
4:39 AM
Zolf
,
Thomas SEGISMONT
6
Jul 4
Taking too long to update database
I can't see anything wrong from the snippets Le lun. 4 juil. 2022 à 12:16, ZA Jafari <zjafferi
unread,
Taking too long to update database
I can't see anything wrong from the snippets Le lun. 4 juil. 2022 à 12:16, ZA Jafari <zjafferi
Jul 4
Mitesh Aghera
,
Thomas SEGISMONT
2
Jul 4
Vertx Clustering with Infinispan causes exception when log4j2 is in classpath
I believe you hit this one: https://github.com/vert-x3/vertx-infinispan/issues/111 If you upgrade to
unread,
Vertx Clustering with Infinispan causes exception when log4j2 is in classpath
I believe you hit this one: https://github.com/vert-x3/vertx-infinispan/issues/111 If you upgrade to
Jul 4
Vasu Sethia
,
Himanshu Gupta
6
Jul 4
Vertx And Spring Integration for multiple deployment of the verticles
Tried this, but seems like I am getting the same error Can't specify > 1 instances for already
unread,
Vertx And Spring Integration for multiple deployment of the verticles
Tried this, but seems like I am getting the same error Can't specify > 1 instances for already
Jul 4
akino512
,
Thomas SEGISMONT
5
Jun 30
vertx-web RoutingContext.next() throws unhandled exception if RoutingContext failed.
Thanks for the code,it works well to avoid this happen,but I just want to figure out why this happen.
unread,
vertx-web RoutingContext.next() throws unhandled exception if RoutingContext failed.
Thanks for the code,it works well to avoid this happen,but I just want to figure out why this happen.
Jun 30
KonstantinS
,
Thomas SEGISMONT
4
Jun 30
Reactive Oracle Client SSL supporting
Thank you Le jeu. 30 juin 2022 à 16:52, KonstantinS <nekiyx@gmail.com> a écrit : Thanks for
unread,
Reactive Oracle Client SSL supporting
Thank you Le jeu. 30 juin 2022 à 16:52, KonstantinS <nekiyx@gmail.com> a écrit : Thanks for
Jun 30
hong qiu
Jun 30
Recordparser never hit exceptionHandler
Hi guys, I am using Recordparser in delimiter mode to parse a readsteram. The stream is like id;
unread,
Recordparser never hit exceptionHandler
Hi guys, I am using Recordparser in delimiter mode to parse a readsteram. The stream is like id;
Jun 30
Peter Jacobs
, …
Thomas SEGISMONT
3
Jun 28
Excessive session creation
Thanks Nils for sharing the solution! Perhaps this should be documented in https://vertx.io/docs/
unread,
Excessive session creation
Thanks Nils for sharing the solution! Perhaps this should be documented in https://vertx.io/docs/
Jun 28
David P
,
Thomas SEGISMONT
2
Jun 28
vertx Core: Source AsyncFile shall be closed after pipe?
Right, it's the expected behavior. I'll fix the documentation. Thanks for reporting the issue
unread,
vertx Core: Source AsyncFile shall be closed after pipe?
Right, it's the expected behavior. I'll fix the documentation. Thanks for reporting the issue
Jun 28
Rafael Barros
,
Thomas SEGISMONT
3
Jun 28
Implement TCP_USER_TIMEOUT for Native Transport
Hi, I don't believe you can do it without code changes. If you're willing to contribute the
unread,
Implement TCP_USER_TIMEOUT for Native Transport
Hi, I don't believe you can do it without code changes. If you're willing to contribute the
Jun 28
sreekanth guru
3
Jun 28
WebSocket + Http Proxy + SSL
I tried with 4.2.4 and 4.3.1 vert.x versions, with these two versions client is not receiving the
unread,
WebSocket + Http Proxy + SSL
I tried with 4.2.4 and 4.3.1 vert.x versions, with these two versions client is not receiving the
Jun 28
Ishwarya rajendran
,
Thomas SEGISMONT
2
Jun 27
Token mismatch exception when deploying in any VM
Commented on https://stackoverflow.com/questions/72769478/token-mismatch-exception-when-deploying-in-
unread,
Token mismatch exception when deploying in any VM
Commented on https://stackoverflow.com/questions/72769478/token-mismatch-exception-when-deploying-in-
Jun 27
David P
, …
Julien Viet
4
Jun 23
ZIp files Asynchronously using java.util.zip
Thanks Julien. We use a Worker Thread to zip files with Jave.io. David Le mercredi 22 juin 2022 à 10:
unread,
ZIp files Asynchronously using java.util.zip
Thanks Julien. We use a Worker Thread to zip files with Jave.io. David Le mercredi 22 juin 2022 à 10:
Jun 23
Gal Berger
Jun 22
Disable Cookie name\value validation
Hello, For historic reasons, I do not use RFC 6265 compliant cookies. To be more exact, my cookies
unread,
Disable Cookie name\value validation
Hello, For historic reasons, I do not use RFC 6265 compliant cookies. To be more exact, my cookies
Jun 22
Jyoti Patel
,
Thomas SEGISMONT
2
Jun 21
Thread block while using circuit breaker
Hi, We've noticed the issue you file on GH https://github.com/vert-x3/vertx-circuit-breaker/
unread,
Thread block while using circuit breaker
Hi, We've noticed the issue you file on GH https://github.com/vert-x3/vertx-circuit-breaker/
Jun 21
Dilan Sankalpa
Jun 21
Send Response to the Routing Context from a Kafka Consumer
Hi All, I am implementing a Vertx microservice Rest API which produce some orders to a Kafka Topic (
unread,
Send Response to the Routing Context from a Kafka Consumer
Hi All, I am implementing a Vertx microservice Rest API which produce some orders to a Kafka Topic (
Jun 21
Guy Katz
,
Thomas SEGISMONT
3
Jun 20
difference between getClusterWideMap and getAsyncMap
thanks. what I think is confusing is: 1. only map seems to have a clusterwide method. locks and
unread,
difference between getClusterWideMap and getAsyncMap
thanks. what I think is confusing is: 1. only map seems to have a clusterwide method. locks and
Jun 20
Dominique Morel
, …
Alis Rasic
11
Jun 18
Issue parsing JWTOptions appearing with vert.x 4.0.2
Joining the party couple of months later, but I guess it's never too late. I experienced the
unread,
Issue parsing JWTOptions appearing with vert.x 4.0.2
Joining the party couple of months later, but I guess it's never too late. I experienced the
Jun 18
Frank Leja
,
Thomas SEGISMONT
4
Jun 17
Could release notes not found
a link in the blog article would do as well On Friday, June 17, 2022 at 1:31:05 PM UTC+2 Frank Leja
unread,
Could release notes not found
a link in the blog article would do as well On Friday, June 17, 2022 at 1:31:05 PM UTC+2 Frank Leja
Jun 17
Luke
,
Julien Ponge
2
Jun 16
Pagination with Mutiny
Hello, First of all Mutiny discussions are better here, see https://github.com/smallrye/smallrye-
unread,
Pagination with Mutiny
Hello, First of all Mutiny discussions are better here, see https://github.com/smallrye/smallrye-
Jun 16
Zolf
Jun 14
Java Vertx Eventbus Bridge with Angular on client side
I have implemented vertx eventbus bridge on my client side(Angular) and it works to some extend. I
unread,
Java Vertx Eventbus Bridge with Angular on client side
I have implemented vertx eventbus bridge on my client side(Angular) and it works to some extend. I
Jun 14
A Gol
,
Thomas SEGISMONT
3
Jun 8
Automatic trace propagation for Kafka Messages issue
Hello Tomas, Thanks for your reply. JFYI link to the bug report https://github.com/vert-x3/vertx-
unread,
Automatic trace propagation for Kafka Messages issue
Hello Tomas, Thanks for your reply. JFYI link to the bug report https://github.com/vert-x3/vertx-
Jun 8
Santiago Acosta
, …
Gordan Krešić
4
Jun 7
Can I register databind-jsr310 module when using vertx-web and openapi?
I thanked Hantsy directly. His recommendation works. Just configure the hardwired DatabindCodec and
unread,
Can I register databind-jsr310 module when using vertx-web and openapi?
I thanked Hantsy directly. His recommendation works. Just configure the hardwired DatabindCodec and
Jun 7
Stephen Young
,
Bruno F
3
Jun 6
How to pass a multipart body into a new (proxied) request?
Thanks for this Bruno. I can't see an easy solution in there, but we've solved the problem
unread,
How to pass a multipart body into a new (proxied) request?
Thanks for this Bruno. I can't see an easy solution in there, but we've solved the problem
Jun 6
jeffrey meredith
,
Julien Viet
2
Jun 6
Performance issues upgrading from Vert.x 3.9.8 to 4.x
Hi, if you can provide two benchmarks with 3.9 and 4.1 we can have a look of course. Julien On Mon,
unread,
Performance issues upgrading from Vert.x 3.9.8 to 4.x
Hi, if you can provide two benchmarks with 3.9 and 4.1 we can have a look of course. Julien On Mon,
Jun 6
신현기
,
Thomas SEGISMONT
2
Jun 1
how can i parameter for ArrayList with SQL Template?
The IN operator expects a fixed list of parameters. So you must now in advance the number of elements
unread,
how can i parameter for ArrayList with SQL Template?
The IN operator expects a fixed list of parameters. So you must now in advance the number of elements
Jun 1
Jan Fengler
,
Thomas SEGISMONT
5
Jun 1
Is it possible to use the clustered eventbus in the stop method?
Thank you. Please subscribe to issue 4327. You were right it seems related. I will follow-up on GH.
unread,
Is it possible to use the clustered eventbus in the stop method?
Thank you. Please subscribe to issue 4327. You were right it seems related. I will follow-up on GH.
Jun 1
David P
,
Bruno F
2
Jun 1
[Web OpenAPI] How to stream Request body content?
Hi, I'm not sure if it's going to work, but you might try to create your own body handler
unread,
[Web OpenAPI] How to stream Request body content?
Hi, I'm not sure if it's going to work, but you might try to create your own body handler
Jun 1