mtesseract / nakadi-client

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

Implement MonadNakadi for IO monad #117

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

This enables new use-cases: quick and easy testing / usage of nakadi-client API e.g. in GHCi. Could be interesting for writing scripts for Nakadi. Also, would enable quick boot strapping of nakadi-client.

Using some form of reader monad in a custom monad stack or NakadiT is still the recommended way of integrating the library, though.