Replies: 2 comments
-
Drop Consul and Marathon discovery for 1.0. Those can be added later and I'm pretty sure Marathon is toast anyway. Drop Akka.HTTP - keep the shim, turn proper Akka.HTTP into its own project in the future. Didn't test well in our survey |
Beta Was this translation helpful? Give feedback.
0 replies
-
Replaced the internal server implementation for Akka.Http with Ceen, this is to avoid any collision with Microsoft IIS when an application is being deployed "in-process" |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Milestones for 1.0
Some things are still missing from this module as a whole:
Will need to port this manually, I think I hit a brick wall when I tried to port this but couldn't remember why.
Consul discovery,still need to move this from @Horusiath separate repo, should be an easy port.Marathon discoveryNeed to learn about Marathon and figure out if a port is feasible.Azure Blob Storage lease
Will have to write this from scratch, it shouldn't be that hard.
We might consider replacing Kestrel and ASP,NET with something a lot more light weight.
List of available light weight pure dotnet web server, ommiting confirmed dead ones:
Will need to weed out the list and try to pick one that will work in all production environments. Selection criteria should be:
Beta Was this translation helpful? Give feedback.
All reactions