dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.43k stars 10.02k forks source link

[EPIC]: Bedrock Endgame #15005

Open davidfowl opened 5 years ago

davidfowl commented 5 years ago
shaggygi commented 4 years ago

Some of these might be able to check off or update? For example, "Introduce new Server API"?

ghost commented 4 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

ghost commented 4 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

Xyncgas commented 3 years ago

why doesn't microsoft hire another 50 people to work on this which is used by millions of people

Xyncgas commented 3 years ago

or go to church and ask some of the folks whom retired from their fortran from the last century to volunteer to work on this project, it's like a toy for them

davidfowl commented 3 years ago

Did you add your upvote? There's a sense that this is needed from the team but it would help if people upvoted and shared their use cases. I think this is a big missing piece from the .NET ecosystem and it's why I keep https://github.com/davidfowl/Bedrockframework alive

shaggygi commented 3 years ago

Another standup update on topic along with status of System.IO.Connections would be nice 😄

ghost commented 3 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

rwkarg commented 3 years ago

We have several legacy and third party custom TCP implementations that we integrate with and piping our own serialization in to the existing routing/controller infrastructure would simplify and consolidate a good amount of our implementations.

It would also be nice to be able to take messages from a RabbitMQ or Kafka consumer, route by the payload to an action, then return a message result to drive ack/nack actions or advance offsets.