-
Notifications
You must be signed in to change notification settings - Fork 1
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
Higher level api for typical usage #37
Comments
Higher level abstractions may be possible. One thing I’ve avoided is spawning within the library, as this then ties you to an executor implementation. |
https://github.com/lightbend/akka-projection-temp/pull/21 reduces channel creation significantly. How's it looking w.r.t. to this issue given that PR? |
Great improvements, I think this issue can be closed and we add more specific issues if we have any further suggestions. |
Fixed by #126 |
We have many channels that the user must create and then we use them to glue together the different components. That might give us high flexibility of combining different components with each other. At some point I think we should review that with the DX hat on and see what we can make easier for the normal cases.
Originally posted by @patriknw in #36 (comment)
In that PR we combine
akka_projection_rs_grpc::producer
withakka_projection_rs_storage
. Maybe that could be combined into a higher level user api, which could create the channels.The text was updated successfully, but these errors were encountered: