Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
ext_proc: send and receive dynamic metadata #30747
ext_proc: send and receive dynamic metadata #30747
Changes from 44 commits
8685df9
e0faad9
cbfc6e7
d14c525
ff755d4
0c26d27
b2411ce
3624a91
96cf64b
a10537b
70d155e
570c1a4
27fe509
b3fc808
8f5c9ec
3e7da15
776064f
22d7281
2b4d0b2
430fe84
d18d3a7
04af274
170ca18
1f4ede7
a8bd534
350d5e6
4d1e5d3
7a05123
eb1613f
2b526ea
0eaac97
4a925d4
2c51ad5
5917584
55ff013
6586bfb
616cdeb
6cb0f70
510a735
f93e168
8785017
9516aaa
b48aae8
c8f8a54
b159d7f
14d368d
019feca
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Re:
receiving of typed metadata is not supported
: Looks like it is because that onlygoogle.protobuf.Struct
is defined inProcessingResponse
? Actually I am not very sure whyprotobuf.Any
is not defined. Though this could be out of scope of this PR.cc @gbrail