Groups keyboard shortcuts have been updated
Dismiss
See shortcuts

Can we reuse eventloopgroup

43 views
Skip to first unread message

Martín Esteves

unread,
Sep 9, 2024, 4:13:43 PM9/9/24
to vert.x
Im working with a service that has vertx and also aws sdk v2.

I found a function but I see it is deprecated.
Is it possible (and good practice) to reuse netty's evenloopgroup?


/**
* Return the Netty EventLoopGroup used by Vert.x
*
* @return the EventLoopGroup
* @deprecated removed from public API in Vert.x 5
*/
@GenIgnore(GenIgnore.PERMITTED_TYPE)
@Deprecated
EventLoopGroup nettyEventLoopGroup();

Thomas SEGISMONT

unread,
Sep 19, 2024, 4:39:39 AM9/19/24
to ve...@googlegroups.com
We are aiming to remove Netty specific stuff from the public API. If you want to get it, you must use the VertxInternal API.

If you use https://github.com/reactiverse/aws-sdk, I don't believe you need access to the EL group.

--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/vertx/35985e93-9b23-49b6-bf03-c8806e3fa3b8n%40googlegroups.com.

Martín Esteves

unread,
Sep 24, 2024, 9:50:52 AM9/24/24
to vert.x
Thanks! I will be checking it.
Reply all
Reply to author
Forward
0 new messages