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

Drop support for the old way of handling RPCs on the server #1113

Merged
merged 1 commit into from
Jan 26, 2021

Conversation

glbrntt
Copy link
Collaborator

@glbrntt glbrntt commented Jan 25, 2021

Motivation:

We said in the last release that the old method of handling RPCs would
be dropped in a future release.

Modifications:

  • Drop support for 'legacyHandler' in 'HTTP2ToRawGRPCServerCodec'
  • Make 'HTTP2ToRawGRPCServerCodec' an 'InboundChannelHandler'

Result:

We no longer support the old way of doing RPCs.

Motivation:

We said in the last release that the old method of handling RPCs would
be dropped in a future release.

Modifications:

- Drop support for 'legacyHandler' in 'HTTP2ToRawGRPCServerCodec'
- Make 'HTTP2ToRawGRPCServerCodec' an 'InboundChannelHandler'

Result:

We no longer support the old way of doing RPCs.
@glbrntt glbrntt requested a review from Lukasa January 25, 2021 15:27
@glbrntt glbrntt added the 🔨 semver/patch No public API change. label Jan 25, 2021
@glbrntt glbrntt merged commit ed647a3 into grpc:main Jan 26, 2021
@glbrntt glbrntt deleted the gb-remove-support-for-old-handler branch January 26, 2021 08:44
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