-
Notifications
You must be signed in to change notification settings - Fork 1k
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
What to obsolete before v1.5 #2557
Comments
I think this one should be obsoleted before 1.2 #2553 |
PersistentView should be removed in 1.5 (deprecated in Scala Akka 2.5) |
Agree on PersistentView, but first we should provide some form of support for persistent queries for the plugins we have under our control. |
Took a quick look at the |
@Horusiath We could also deprecate It is an interesting idea to have this DSL, but should it be a part of the core library? |
@alexvaluyskiy nah, keep it. It's not doing any harm by staying there and it does get used. |
In general, don't deprecate things because we can. Deprecate them because they are either broken abstractions or they've been / will be replaced with something better. |
Because we want to release v1.2 soon, it would be good to think about things we could possibly remove from v1.5. This way we give people enough time to acknowlege incoming changes. I know each person on @akkadotnet/core team has probably it's own propositions on what should we get rid of, so we can disscuss about it here.
Some of my ideas:
TypedActor
(it's bad, most of the people who actually want to use it think about something closer to this in shape).ActorProducer
itself - in general the pipeline of building an actors is really complicated in current akka implementation and it makes things such as Dependency Injection hard to implement. As we need to provide some alternative to this, this may be obsoleted later.I will probably find some more parts. Any other ideas?
The text was updated successfully, but these errors were encountered: