-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Commit after all connected multicasted observables are finished processing a record #42
Comments
The issue seems to stem from EDIT: Spoke too soon.. when I use |
That's correct, How do you commit / use |
I copied partial code and made some typos changing names. The As with my EDIT on my previous comment, |
Probably the first |
I am creating multiple observables (per Kafka topic)
It doesn't seem like the commit back to Kafka is issued after all subscribers are finished processing (I am using a combination of
.subscribe()
and.foreach
to subscribe. It seems to commit after any of them complete. Is this possible or am I doing anything incorrectly?The text was updated successfully, but these errors were encountered: