-
Notifications
You must be signed in to change notification settings - Fork 40
Using persistent subscriptions with Akka Streams #94
Comments
sure it is possible |
Are there any examples available that show how it is possible to subscribe to a persistent subscription with Java? |
I would love to see a Scala example using Akka Streams and persistent subscriptions. |
@evan108108 I was wrong, looks like this is not implemented. Sorry for inconvenience. @Kajvdh https://github.com/EventStore/EventStore.JVM/blob/master/src/main/java/eventstore/j/examples/PersistentSubscriptionExample.java |
Not sure what the wider community wants but I for one would love to have this feature. |
@t3hnar It is just an example on how to create, update or delete Persistent subscriptions. I am looking for an example on how I can actually subscribe to the created persistent subscription. |
When you create the PersistentSubscriptionActor, you can specify the actor that is to receive all messages as the second argument to |
@t3hnar :> Any chance you guys are working on this feature? |
@evan108108 I could have a look at this at some point this week. |
@michielboekhoff:> Thanks that's amazing! |
@evan108108 This issue is sort of blocked by #99. Right now, I'm fixing that issue first - removing all of these deprecations, so it'll work with |
@michielboekhoff :> Understood. I really appreciate the update. Let me know if I can help... |
@t3hnar :> Any chance you guys are working on this feature? |
@evan108108 I have no time on implementing new features in the client, but I'm willing to help client users to implement features on their own and merge in. |
Seems like most of that persistent subscription code is similar to what we implemented with graph stages. |
Does anyone know if using competing consumers with persistent subscriptions is possible via the akka streams interface?
The text was updated successfully, but these errors were encountered: