linkedin/parseq

Throw an exception when you forget to register a BatchingStrategy

Opened this issue · 0 comments

I've noticed when using parseq-batching that if I forgot to register my BatchingStrategy that the Task will hang indefinitely. It would be better to throw an exception like "unknown batching strategy" in this case instead.