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

Add a 'simple' service protocol #2134

Merged
merged 1 commit into from
Nov 28, 2024

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Nov 27, 2024

Motivation:

The generated service protocol requires users to deal with request/response objects. Many users won't care about metadata so can benefit from an easier-to-use API.

Modifications:

  • Add a "simple" server protocol which doesn't make user of request/response objects

Result:

Easier to implement a service

Motivation:

The generated service protocol requires users to deal with
request/response objects. Many users won't care about metadata so can
benefit from an easier-to-use API.

Modifications:

- Add a "simple" server protocol which doesn't make user of
  request/response objects

Result:

Easier to implement as service
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Nov 27, 2024
@glbrntt glbrntt merged commit e2629bc into grpc:main Nov 28, 2024
44 of 46 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🔨 semver/patch No public API change.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants