Actually, I was referring to this

http://doc.akka.io/docs/akka/2.4.12/scala/persistence-query.html#Resumable_projections

We are using Kafka upstream from this. A (persistent) actor A consumes the
Kafka stream. Another persistent actor B uses eventsByTag(A) and runs a
stream with several stages. I'm taking the approach of including the offset
(the eventStore offset, not the Kafka one) in this second stream so I can
update it in B it at the end of the flow.

Thanks

On Fri, Nov 18, 2016 at 4:37 AM, Akka Team <akka.offic...@gmail.com> wrote:

> Hi Richard,
>
> This is not handled by streams itself as it is a feature that Sources must
> support. I think the most common solution people use for this is Kafka.
> There is a Streams connector for Kafka: https://github.com/akka/
> reactive-kafka
>
> -Endre
>
> On Tue, Nov 15, 2016 at 3:04 AM, Richard Rodseth <rrods...@gmail.com>
> wrote:
>
>> Any good examples out there of resumable projections driving non-trivial
>> streams?
>>
>> I'm guessing I will have to keep the stream 1-1 and pass the offset all
>> the way downstream so I can save it at the end?
>>
>>
>> --
>> >>>>>>>>>> Read the docs: http://akka.io/docs/
>> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/c
>> urrent/additional/faq.html
>> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
>> ---
>> You received this message because you are subscribed to the Google Groups
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to akka-user+unsubscr...@googlegroups.com.
>> To post to this group, send email to akka-user@googlegroups.com.
>> Visit this group at https://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> --
> Akka Team
> Lightbend <http://www.lightbend.com/> - Reactive apps on the JVM
> Twitter: @akkateam
>
> --
> >>>>>>>>>> Read the docs: http://akka.io/docs/
> >>>>>>>>>> Check the FAQ: http://doc.akka.io/docs/akka/
> current/additional/faq.html
> >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at https://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to