mtesseract / nakadi-client

Haskell Client Library for the Nakadi Event Broker
Other
13 stars 9 forks source link

Changed behaviour on deserialization failure #77

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

If no callback is set, throw DeserialiationFailure exception. Change this exception to also include a reason of failure, not only the bytestring which causes the failure.

This takes care of #68.

Can you review, @amrhassan ?

etorreborre commented 6 years ago

👍

amrhassan commented 6 years ago

:+1: