-
Notifications
You must be signed in to change notification settings - Fork 26
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
Support for akka-typed #11
Comments
@cheatmenot actually I was about to do it when I discovered that PubSub is missing in Akka Typed. There is a ticket for it, which is planned for Akka 2.6: akka/akka#26338 So my plan was to add it once 2.6 is out, but I’m not against adding the rest before that. |
PubSub in Typed Akka will come later than 2.6.0: https://twitter.com/akkateam/status/1178244105647935488 We could still support cluster events and sharding in the meantime. |
PubSub in Typed Akka 2.6.4 https://doc.akka.io/docs/akka/current/typed/distributed-pub-sub.html |
Great news! This issue is definitely doable now. |
Hey @ghostdogpr. Any news about that? |
@fancywriter I haven't got the time to work on this for now. If anyone is motivated, feel free to take it! |
I may take it. |
It took me a while, but I should publish the branch within a week. |
I come back with some updates. |
What is the current status of the issue? |
As the original author of this library, I am not investing time on it anymore, focusing on Shardcake for clustering capabilities. I am happy to transfer ownership if someone is motivated to maintain it. |
I am interested in this, but I need Pekko |
I think you can fork and make a new repo. |
Hello, I am new to zio and akka, and maybe it is best we add support for akk-typed because most new developers are into akka-typed like me. Thanks!
The text was updated successfully, but these errors were encountered: