Nicolas Labrot

Results 12 comments of Nicolas Labrot

Does it mean the DLQ mechanism is ineffective when using reactive function? ie. the subscriber will be removed after the first error

@longwuyuan , I have added the instruction on my github repository: https://github.com/nithril/http2-nginx/tree/main/ Please let me know if you need more information

@longwuyuan as described in the issue, the rate limit is a key factor to reproduce the issue on fast connectivity. Moreover did you enabled http2 and proxy buffering? EDIT: +...

We tested as well with helm by using that values: ``` controller: config: use-http2: "true" ``` Do you need something more?

It looks the rest client is still using the httpclient 4 that is not supporting retry for the async client :/

Can you try to initialize the connection factory without the builder: ``` SmtpConnectionFactory cf = new SmtpConnectionFactory(Session.getDefaultInstance(props), newSessiontStrategy(), newConnectionStrategy(smtphost, smtpUser, smtpPassword), true ); ``` The true at the end is...

Same, would be more generic and flexible to use ISO format to parse properties than using a formatter with a Locale I ended up making a custom converter: ``` public...

Issue is fixed indirectly by I guess the update of the nginx version. Issue can be closed

Hello, Can I do smth to help you? Maybe can you point out what should be updated and give some hint on how :) With Java 17, the "add-opens" option...