cloudwan / gohan

Gohan is an API Gateway Server written by Go that makes it easy for developers to create and maintain REST-style API
http://www.slideshare.net/natiueno/gohan-61170476
Other
109 stars 44 forks source link

[BL-168] Fixed sync for etcd v3 #650

Closed michalzurawski closed 6 years ago

michalzurawski commented 6 years ago

Sync fetch for etcdv3 behaves differently than in version 2 when multiple keys could be obtained. Previously only one key was returned

michalzurawski commented 6 years ago

Please do not merge this PR, some integration tests have to be performed before

michalzurawski commented 6 years ago

@yudai thanks a lot for comments, fixed that and added separate test for that