pulsar4s icon indicating copy to clipboard operation
pulsar4s copied to clipboard

Suggestion: simplify API by using `AsyncHandler[Id]` instead of overloads for blocking methods

Open iravid opened this issue 7 years ago • 1 comments

Instead of having overloads for the blocking methods on Consumer, an AsyncHandler[Id] can be provided instead with a separate import.

iravid avatar Mar 10 '18 18:03 iravid

Yes, I will do this for the 2.0.0 release I am working on. Good idea.

sksamuel avatar Jun 26 '18 06:06 sksamuel