mmmries / nats.ex_streaming

A NATS Streaming client for Elixir
3 stars 4 forks source link

Add additional subscription properties #4

Closed namxam closed 4 years ago

namxam commented 5 years ago

Add support to specify the following subscription properties:

I added the necessary specs. But I could not figure out how to test those properly. I guess it would be best to add at least 2 more e2e tests. But at least the case of durable subscriptions needs disconnecting and creating a new subscription. And I could not figure out how to do it properly. If you could give me a hint, I am happy to add the test cases as well.