Skip to content

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Oct 2, 2024

Motivation:

For library maintainers and some users, having an understanding of how the library is structured is incredibly helpful.

Modifications:

  • Add a high-level design doc linking to the relevant symbols
  • Fix up a couple of other DocC warnings

Result:

More docs

Motivation:

For library maintainers and some users, having an understanding of how
the library is structured is incredibly helpful.

Modifications:

- Add a high-level design doc linking to the relevant symbols
- Fix up a couple of other DocC warnings

Result:

More docs
@glbrntt glbrntt added the semver/none No version bump required. label Oct 2, 2024
@glbrntt glbrntt requested a review from gjcairo October 2, 2024 14:55
doing this doesn't leave the other side waiting indefinitely.

gRPC has mechanisms to deliver method-specific configuration at the transport
layer which can also change dynamically (see "gRFC A2: ServiceConfig in DNS".)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we link to the RFC?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes, good idea, I'll add this.

task from which all accepted streams are run under. Much like the client, you
can initiate graceful shutdown by calling ``GRPCServer/beginGracefulShutdown()``
which will stop new RPCs from being handled but will let existing RPCs run to
completion.
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we mention, like under Client, that the server can be stopped abruptly by cancelling the task in which serve is running?

@glbrntt glbrntt requested a review from gjcairo October 3, 2024 13:18
@glbrntt glbrntt enabled auto-merge (squash) October 3, 2024 13:22
@glbrntt glbrntt merged commit 74d0848 into grpc:main Oct 5, 2024
5 of 8 checks passed
@glbrntt glbrntt deleted the v2/design-doc branch October 8, 2024 15:02
@rnro rnro mentioned this pull request Sep 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver/none No version bump required.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants