AsyncHttpClient/async-http-client

[Question] Using java.time.Duration for timeouts and ttls

Asapin opened this issue · 2 comments

Would maintainers be interested in changing various timeouts and TTLs to use java.time.Duration instead of int?

I think this will make configuration more obvious and easier to understand.
And since the library is changing its version to 3.x.x, now is probably the perfect time for such breaking changes.

If maintainers are interested, I can prepare a PR for this

Sure :) Bring it in!

Closed by #1862