Skip to content
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

Error on documentation? #32754

Closed
kwemou opened this issue Nov 25, 2022 · 1 comment · Fixed by #32872
Closed

Error on documentation? #32754

kwemou opened this issue Nov 25, 2022 · 1 comment · Fixed by #32872
Assignees
Labels
dotnet-orleans/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. 📌 seQUESTered Identifies that an issue has been imported into Quest.

Comments

@kwemou
Copy link

kwemou commented Nov 25, 2022

Dear all,
there is probably an error or unclarity concerning the orleans server configuration.
In the section below in comments 4 and 5. Please see my thought about what should be there.
Kind regards
Emeric

.Configure<EndpointOptions>(options =>
{
    // 1 Port to use for Silo-to-Silo
    options.SiloPort = 11111;
    // 2 Port to use for the gateway
    options.GatewayPort = 30000;
    // 3 IP Address to advertise in the cluster
    options.AdvertisedIPAddress = IPAddress.Parse("172.16.0.42");
    // 4 The socket used for silo-to-silo will bind to this endpoint --> here it should be client to silo, not silo-to-silo?
    options.GatewayListeningEndpoint = new IPEndPoint(IPAddress.Any, 40000);
    // 5 The socket used by the gateway will bind to this endpoint --> here it should be silo-to-silo?
    options.SiloListeningEndpoint = new IPEndPoint(IPAddress.Any, 50000);
})

okay


Document Details

Do not edit this section. It is required for learn.microsoft.com ➟ GitHub issue linking.


Associated WorkItem - 46075

@dotnet-bot dotnet-bot added the ⌚ Not Triaged Not triaged label Nov 25, 2022
@IEvangelist IEvangelist self-assigned this Nov 28, 2022
@dotnet-bot dotnet-bot removed the ⌚ Not Triaged Not triaged label Nov 28, 2022
@ghost ghost added the okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. label Nov 28, 2022
@IEvangelist IEvangelist added the 🗺️ reQUEST Triggers an issue to be imported into Quest. label Dec 2, 2022
@github-actions github-actions bot added 📌 seQUESTered Identifies that an issue has been imported into Quest. and removed 🗺️ reQUEST Triggers an issue to be imported into Quest. labels Dec 2, 2022
@IEvangelist
Copy link
Member

Related to dotnet/orleans#8209

@ghost ghost added the in-pr This issue will be closed (fixed) by an active pull request. label Dec 5, 2022
@IEvangelist IEvangelist moved this from 🔖 Ready to 👀 In review in dotnet/docs December Sprint Dec 5, 2022
Repository owner moved this from 👀 In review to ✅ Done in dotnet/docs December Sprint Dec 5, 2022
@ghost ghost removed the in-pr This issue will be closed (fixed) by an active pull request. label Dec 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dotnet-orleans/svc okr-quality Content-quality KR: Concerns article defects (bugs), freshness, or build warnings. 📌 seQUESTered Identifies that an issue has been imported into Quest.
Projects
No open projects
Status: Done
Development

Successfully merging a pull request may close this issue.

3 participants