mtesseract / nakadi-client

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

Include FlowIds to all requests that accept X-Flow-Id header #79

Closed mtesseract closed 6 years ago

mtesseract commented 6 years ago

Add FlowId to all requests that expect a X-Flow-Id header as documented at https://zalando.github.io/nakadi/manual.html New function: setFlowId.

mtesseract commented 6 years ago

Would you like to review, @etorreborre ? The FlowId handling was not correct. I have included an X-Flow-Id header according to https://zalando.github.io/nakadi/manual.html.

etorreborre commented 6 years ago

👍

etorreborre commented 6 years ago

👍

etorreborre commented 6 years ago

Time for the release or do you have anything else in mind?

mtesseract commented 6 years ago

I hope I can do a release tonight.

mtesseract commented 6 years ago

Thanks!