-
Notifications
You must be signed in to change notification settings - Fork 196
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
[eventstore] Async EventStore for Kafka #163
Comments
It does sound interesting! Is there a possibility to wait for the event to be written inside your implementation? It is important that the |
@maxekman Yes, when I woke up today I realised that I could use the async write inside the EventStore.Save. |
Sounds really good, looking forward to see it! |
Hi @mumia sounds interesting, anything that we can help with? |
Any updates on this? |
Was wondering if anyone has wrangled with implementing an asynchronous EventStore to user with Kafka and other store engines?
Could we implement some version of the event store that would return some type of promise object and allow for error/success handling?
Food for thought.
Comments welcome.
Will try to implement something.
The text was updated successfully, but these errors were encountered: