Skip to content

RESTEasy Reactive REST client causes SocketException minutes after AWS lambda has finished #30824

Answered by gefloh
gefloh asked this question in Q&A
Discussion options

You must be logged in to vote

Workaround to avoid the exception (see discussion above):

final HttpClientOptions options = new HttpClientOptions();
options.setKeepAlive(false);

Thanks @cescoffier for the hint with keep-alive, thanks @geoand.

Replies: 3 comments 15 replies

Comment options

You must be logged in to vote
11 replies
@geoand
Comment options

@galderz
Comment options

@gefloh
Comment options

@stuartwdouglas
Comment options

@gefloh
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by gefloh
Comment options

You must be logged in to vote
4 replies
@TomasHofman
Comment options

@geoand
Comment options

@gefloh
Comment options

@TomasHofman
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment