mostlyserious / riak-js

Riak client for Javascript
http://riak-js.org
476 stars 102 forks source link

Protocol Buffers Client: return all siblings, not just the first one #205

Closed oleksiyk closed 10 years ago

oleksiyk commented 10 years ago

This fixes the Protocol Buffers client to return all siblings instead of the first one. It will also return a similar structure for each sibling in reply as HttpClient does:

[
  {
    meta: {lastMod, contentType, data, vclock, ...},
    data: {}
  },
  ...
]
roidrage commented 10 years ago

Hey, any reason this got closed again before merging?

oleksiyk commented 10 years ago

The https://github.com/nlf/riakpbc (and underlying protobuf.js) is going through major refactoring right now so this pull request has no sense.