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

WIP: *: update grpc-gateway dependencies #5891

Closed
wants to merge 2 commits into from

Conversation

gyuho
Copy link
Contributor

@gyuho gyuho commented Jul 7, 2016

To try grpc-ecosystem/grpc-gateway#82 (comment).

For #5865.

curl -L http://localhost:2379/v3alpha/kv/put -X POST -d '{"key": "Zm9v", "value": "YmFy"}'

curl -L http://localhost:2379/v3alpha/kv/range -X POST -d '{"key": "Zm9v"}'

curl -L http://localhost:2379/v3alpha/watch -X POST -d '{"request_union": {"create_request": {"key": "Zm9v"}}}'
# {"Error":"json: cannot unmarshal object into Go value of type etcdserverpb.isWatchRequest_RequestUnion","Code":2}

@gyuho
Copy link
Contributor Author

gyuho commented Jul 12, 2016

Closing via grpc-ecosystem/grpc-gateway#82 (comment).

There's an incompatibility issue with gogoproto and golang/protobuf/jsonpb. Will file an issue to gogoproto.

@gyuho gyuho closed this Jul 12, 2016
@gyuho gyuho deleted the grpc-gateway branch July 12, 2016 04:12
@gyuho gyuho restored the grpc-gateway branch July 12, 2016 04:20
@gyuho gyuho deleted the grpc-gateway branch August 15, 2016 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

1 participant