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

tonic-reflection: Refactor descriptor parser to be separate #1822

Closed
wants to merge 1 commit into from

Conversation

ttkjesper
Copy link
Contributor

As part of reintroducing the v1alpha reflection support, this extracts the parser into a separate module.

Motivation

If we were to naively reintroduce the v1alpha support, there would be a lot of code duplication.

Solution

The parser is extracted into a separate module that can be shared between both protocols.

As part of reintroducing the v1alpha reflection support, this extracts
the parser into a separate module.
@djc
Copy link
Collaborator

djc commented Aug 23, 2024

This should be superseded by #1888. @ttkjesper please close if you find #1888 satisfactory.

@ttkjesper
Copy link
Contributor Author

Tested and verified the merged PR with our local codebase - confirmed working great. 👍 Happy to close. Thank you!

@ttkjesper ttkjesper closed this Aug 26, 2024
@ttkjesper ttkjesper deleted the reflection-parser branch August 26, 2024 08:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants