Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
vert.x
Conversations
About
vert.x
1–30 of 10437
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
Olofu Mark
,
Thomas SEGISMONT
5
Sep 22
A way around io.vertx.sqlclient.Row returning boolean columns as Byte.
We stream Row#toJson() to clients without modifications. Trying to avoid the overhead of first
unread,
A way around io.vertx.sqlclient.Row returning boolean columns as Byte.
We stream Row#toJson() to clients without modifications. Trying to avoid the overhead of first
Sep 22
Claus Ibsen
,
Paulo Lopes
2
Sep 22
vertx-web and handling large HTTP payloads (not file uploads)
If you're sending multipart data it should be stored as a file upload. In this case the data is
unread,
vertx-web and handling large HTTP payloads (not file uploads)
If you're sending multipart data it should be stored as a file upload. In this case the data is
Sep 22
Chris Bailey
,
Thomas SEGISMONT
4
Sep 21
HTTP 1.1 Pipelining support?
Cool, thanks for sharing your findings. Le jeu. 21 sept. 2023 à 13:52, Chris Bailey <uncbailey1@
unread,
HTTP 1.1 Pipelining support?
Cool, thanks for sharing your findings. Le jeu. 21 sept. 2023 à 13:52, Chris Bailey <uncbailey1@
Sep 21
Ahmed Riza
,
Thomas SEGISMONT
2
Sep 21
Ordering guarantees with regard to Context.runOnContext()
Yes, it is, for both event loop and worker contexts. Regards Le jeu. 21 sept. 2023 à 13:47, Ahmed
unread,
Ordering guarantees with regard to Context.runOnContext()
Yes, it is, for both event loop and worker contexts. Regards Le jeu. 21 sept. 2023 à 13:47, Ahmed
Sep 21
Olofu Mark
,
Thomas SEGISMONT
3
Sep 20
(NO_HANDLERS,-1) No handlers for address
Much Thanks! On Tuesday, 19 September 2023 at 09:54:59 UTC+1 Thomas SEGISMONT wrote: Hi, If you want
unread,
(NO_HANDLERS,-1) No handlers for address
Much Thanks! On Tuesday, 19 September 2023 at 09:54:59 UTC+1 Thomas SEGISMONT wrote: Hi, If you want
Sep 20
Feijun Yan
Sep 20
vert.x http proxy not send request
when i set a async handler before ProxyHandler,and after any time to call context.next() in the async
unread,
vert.x http proxy not send request
when i set a async handler before ProxyHandler,and after any time to call context.next() in the async
Sep 20
Daniel Correia
,
Thomas SEGISMONT
6
Sep 19
OpenTelemetry - Creating child Spans
Thank you. I found the issue and filed: https://github.com/vert-x3/vertx-lang-kotlin/issues/234 Side
unread,
OpenTelemetry - Creating child Spans
Thank you. I found the issue and filed: https://github.com/vert-x3/vertx-lang-kotlin/issues/234 Side
Sep 19
Kaushik Ranjan
,
Thomas SEGISMONT
4
Sep 19
No Handlers for Address
As you noticed, the client cannot send more than maxPoolSize concurrent requests to an HTTP/1.1
unread,
No Handlers for Address
As you noticed, the client cannot send more than maxPoolSize concurrent requests to an HTTP/1.1
Sep 19
Aniket Walse
, …
Julien Viet
3
Sep 19
Expose Vertx Standard Eventloop Metrics
Hi, if you want to sample the execution time of the event loop, simply use runOnContext and measure
unread,
Expose Vertx Standard Eventloop Metrics
Hi, if you want to sample the execution time of the event loop, simply use runOnContext and measure
Sep 19
GERARD Nicolas
,
Thomas SEGISMONT
4
Sep 18
Poll: In your app, where do you store transient data in a async environment as Vertx
The fact that your application is implemented with Vert.x does not mandate a particular database. It
unread,
Poll: In your app, where do you store transient data in a async environment as Vertx
The fact that your application is implemented with Vert.x does not mandate a particular database. It
Sep 18
Olofu Mark
,
Thomas SEGISMONT
3
Sep 18
RouterBuilder: cannot be cast to io.vertx.ext.web.handler.impl.AuthenticationHandlerInternal
here sir, a reproducer. On Thursday, 14 September 2023 at 12:53:24 UTC+1 Thomas SEGISMONT wrote: Can
unread,
RouterBuilder: cannot be cast to io.vertx.ext.web.handler.impl.AuthenticationHandlerInternal
here sir, a reproducer. On Thursday, 14 September 2023 at 12:53:24 UTC+1 Thomas SEGISMONT wrote: Can
Sep 18
Ko Ko Thant Zin Hein
, …
Paulo Lopes
6
Sep 17
The method authenticate(JsonObject) from the type AuthenticationProvider is deprecated
<vertx.version>4.4.4</vertx.version> Thanks. I got it with TokenCredentials. Is there any
unread,
The method authenticate(JsonObject) from the type AuthenticationProvider is deprecated
<vertx.version>4.4.4</vertx.version> Thanks. I got it with TokenCredentials. Is there any
Sep 17
Guillem Parrado
Sep 14
Vert.x 5 JWT Auth
Hi! I posted a question on StackOverflow and I am blocked until I solve it... Could you give it a
unread,
Vert.x 5 JWT Auth
Hi! I posted a question on StackOverflow and I am blocked until I solve it... Could you give it a
Sep 14
Jyoti Patel
,
Thomas SEGISMONT
4
Sep 14
Frequent GC trigger due to webclient
Thanks for sharing your findings. Your last question doesn't seem to be related to the previous
unread,
Frequent GC trigger due to webclient
Thanks for sharing your findings. Your last question doesn't seem to be related to the previous
Sep 14
Aleksandar Pavlovic
,
Thomas SEGISMONT
2
Sep 14
Unable to handle close connection with GraphQLWSHandler
FTR, this is tracked by https://github.com/vert-x3/vertx-web/issues/2481 Le lun. 4 sept. 2023 à 16:30
unread,
Unable to handle close connection with GraphQLWSHandler
FTR, this is tracked by https://github.com/vert-x3/vertx-web/issues/2481 Le lun. 4 sept. 2023 à 16:30
Sep 14
Thomas SEGISMONT
Sep 14
Re: [vertx:55480] Capturing the response from the target server as a plain text while using vertx reverse proxy
Hi, You can use the ProxyResponse getBody and setBody methods. See the body filtering section of the
unread,
Re: [vertx:55480] Capturing the response from the target server as a plain text while using vertx reverse proxy
Hi, You can use the ProxyResponse getBody and setBody methods. See the body filtering section of the
Sep 14
Hantsy Bai
,
Thomas SEGISMONT
2
Sep 14
Testing with Kotlin Coroutines Test
Hi, The runTest method can take a CoroutineContext parameter. Have you tried: runTest(context = vertx
unread,
Testing with Kotlin Coroutines Test
Hi, The runTest method can take a CoroutineContext parameter. Have you tried: runTest(context = vertx
Sep 14
ይኸነው
,
Thomas SEGISMONT
2
Sep 14
Inconsistent JsonObject Keys -- Vert.x 4.4.4
Hi, Perhaps one of the object mapper is configured with a naming strategy? https://fasterxml.github.
unread,
Inconsistent JsonObject Keys -- Vert.x 4.4.4
Hi, Perhaps one of the object mapper is configured with a naming strategy? https://fasterxml.github.
Sep 14
fabie...@gmail.com
,
GERARD Nicolas
5
Sep 11
RouterBuilder (open-api-router module) with spec as multi parts
with docker, all it's fine Le samedi 9 septembre 2023 à 15:04:01 UTC+2, GERARD Nicolas a écrit :
unread,
RouterBuilder (open-api-router module) with spec as multi parts
with docker, all it's fine Le samedi 9 septembre 2023 à 15:04:01 UTC+2, GERARD Nicolas a écrit :
Sep 11
Vasu Sethia
,
GERARD Nicolas
2
Sep 7
Storing ISO Date in Mongo
Json is a transportable string format. As far as I knwo, MongoDb is a JSON document database. If you
unread,
Storing ISO Date in Mongo
Json is a transportable string format. As far as I knwo, MongoDb is a JSON document database. If you
Sep 7
Jack Park
,
GERARD Nicolas
2
Sep 7
Logging question
I use log4j https://gist.github.com/gerardnico/c742b41a705486a93ff1697e26f14963 The file is in the `
unread,
Logging question
I use log4j https://gist.github.com/gerardnico/c742b41a705486a93ff1697e26f14963 The file is in the `
Sep 7
Ahmet Kaya
Sep 6
Vertx Zabbix JMX Template
Hi There, I want to monitoring my vertx application over zabbix. I integrated vertx to jmx following
unread,
Vertx Zabbix JMX Template
Hi There, I want to monitoring my vertx application over zabbix. I integrated vertx to jmx following
Sep 6
sidz
Aug 31
[JDBCPool] Got an error reading communication packets
Hi There, Im using the io.vertx.jdbcclient.JDBCPool and time to time I'm getting the below error.
unread,
[JDBCPool] Got an error reading communication packets
Hi There, Im using the io.vertx.jdbcclient.JDBCPool and time to time I'm getting the below error.
Aug 31
Julien Viet
Aug 30
Eclipse Vert.x 4.4.5 released
Hi, We are very happy to announce the availability of vertx 4.4.5. All details about the release here
unread,
Eclipse Vert.x 4.4.5 released
Hi, We are very happy to announce the availability of vertx 4.4.5. All details about the release here
Aug 30
Jyoti Patel
,
Thomas SEGISMONT
3
Aug 28
Vertx proxy container restarts due to health check failure
Thanks Thomas, Yes it is indeed the backend limitation. We had to limit down the wait queue size of
unread,
Vertx proxy container restarts due to health check failure
Thanks Thomas, Yes it is indeed the backend limitation. We had to limit down the wait queue size of
Aug 28
Julien Viet
,
Jack Park
6
Aug 27
4.4.4 release
Final update: I really do need a callback. RETURNING is working as intended. On Sun, Aug 27, 2023 at
unread,
4.4.4 release
Final update: I really do need a callback. RETURNING is working as intended. On Sun, Aug 27, 2023 at
Aug 27
Soufian Aboulfaouz
,
Thomas SEGISMONT
2
Aug 24
ClusterWideAsyncMap and Hazelcast near-cache
Hi, Hazelcast does not need to execute a remote operation if the key is owned by the member on which
unread,
ClusterWideAsyncMap and Hazelcast near-cache
Hi, Hazelcast does not need to execute a remote operation if the key is owned by the member on which
Aug 24
Szymon Reichmann
,
Thomas SEGISMONT
2
Aug 24
POST Request proxying in clustered mode vs non clustered
Hi, Can you prepare a small reproducer? I don't understand how clustering could interfere, just
unread,
POST Request proxying in clustered mode vs non clustered
Hi, Can you prepare a small reproducer? I don't understand how clustering could interfere, just
Aug 24
Ramji Raju
,
Thomas SEGISMONT
2
Aug 24
Vertx requests are failing with response code 500 and error message Connection was closed
Hi, It's not possible to help without more context, perhaps can you share a small reproducer? To
unread,
Vertx requests are failing with response code 500 and error message Connection was closed
Hi, It's not possible to help without more context, perhaps can you share a small reproducer? To
Aug 24
Ramji Raju
,
Thomas SEGISMONT
2
Aug 24
Few requests are missing in vertx
Hi, It seems to me some requests that the request just didn't reach to the vert.x server, perhaps
unread,
Few requests are missing in vertx
Hi, It seems to me some requests that the request just didn't reach to the vert.x server, perhaps
Aug 24