pulsar4s
pulsar4s copied to clipboard
Suggestion: simplify API by using `AsyncHandler[Id]` instead of overloads for blocking methods
Instead of having overloads for the blocking methods on Consumer, an AsyncHandler[Id] can be provided instead with a separate import.
Yes, I will do this for the 2.0.0 release I am working on. Good idea.