Skip to content

Change Node metadata representation to a more reasonable one#268

Merged
tbetbetbe merged 1 commit intogrpc:masterfrom
murgatroid99:node_metadata_representation
Jan 29, 2015
Merged

Change Node metadata representation to a more reasonable one#268
tbetbetbe merged 1 commit intogrpc:masterfrom
murgatroid99:node_metadata_representation

Conversation

@murgatroid99
Copy link
Copy Markdown
Member

Node metadata is now represented as objects that map key strings to arrays of value buffers (because metadata values can have arbitrary binary data). For simplicity, call.addMetadata also accepts string values in place of buffer values. This closes #264

tbetbetbe added a commit that referenced this pull request Jan 29, 2015
Change Node metadata representation to a more reasonable one
@tbetbetbe tbetbetbe merged commit 415bca7 into grpc:master Jan 29, 2015
lalo added a commit to lalo/grpc that referenced this pull request Oct 19, 2017
- Add BUILD_ONLY as an argument to add_bond_test() CMake function
@lock lock bot locked as resolved and limited conversation to collaborators Feb 2, 2019
@lock lock bot unassigned tbetbetbe Feb 2, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update Node metadata representation to a map of string keys to array values

2 participants