dotnet/orleans

Avoid opening any ports for single instance ASP.NET Core co-hosted apps

Open

#7.023 aberto em 11 de mar. de 2021

Ver no GitHub
 (1 comment) (4 reactions) (1 assignee)C# (2.123 forks)batch import
help wanted

Métricas do repositório

Stars
 (10.777 stars)
Métricas de merge de PR
 (Mesclagem média 2d 2h) (64 fundiu PRs em 30d)

Description

Company I work for has created many small apps using Orleans. All of them have had ASP.NET Core and Orleans running in same app and we have run them in same IIS. So they are all single instance apps. Currently there is no way to tell Orleans not to open any ports. I think currently Orleans opens ports 11111 and 30000. So what I'm asking is making Orleans little bit nicer for single instance setups by adding way to opt out from any distributed features.

PS @ReubenBond responded in Gitter that I should write issue about this.

Guia do colaborador