prooph / event-store-http-client

PHP 7.2 Event Store HTTP Client Implementation
BSD 3-Clause "New" or "Revised" License
25 stars 5 forks source link

implement catch up subscriptions #11

Closed prolic closed 5 years ago

prolic commented 5 years ago

update copyright year

/cc @enumag this is part 2

enumag commented 5 years ago

Is this ready to be used? I'm confused because in the async subscriptions implementation I was using connectToPersistentSubscriptionAsync but the equivalent method here is not yet implemented. Am I supposed to use some other methods?

Basically I'd like to see some example equivalent to https://github.com/prooph/event-store-client/blob/master/examples/demo-persistent-subscription.php.

prolic commented 5 years ago

If you want persistent subscriptions, you have to wait a little. Got something for this already, but I need to tackle some bugs before sending a PR. Hopefully this weekend.

enumag commented 5 years ago

Alright, thanks!