peburrows / kane

Google Pub/Sub client for Elixir
http://hexdocs.pm/kane
MIT License
104 stars 47 forks source link

Add ability to stream messages #16

Closed peburrows closed 5 years ago

peburrows commented 6 years ago

Instead of requiring the calling code to call Kane.Subscription.pull/1 repeatedly, we should add something like Kane.Subscription.stream

peburrows commented 5 years ago

Addressed as part of #22 and included in v0.7.0-beta (thanks @barthez!).

popaaaandrei commented 4 years ago

@peburrows Can we update the docs to see how to properly use Kane.Subscription.stream ? Thanks!