On Feb 2, 2016, at 6:33 AM, Mike Rhodes <[email protected]<mailto:[email protected]>> wrote:
The _bulk_get end point should be in CouchDB 2.0, and hopefully rolled out to Cloudant soon via the merge of https://github.com/apache/couchdb-chttpd/pull/33 a while back. I'm not 100% certain this is compatible with the sync-gateway version, but I _think_ it is. Oh, cool! We should update CBL to use it, then. It would be best to rip out the rather crude Server: header check and go with something more extensible. The best approach for the replicator might be EAFP<http://stackoverflow.com/questions/11360858/what-is-the-eafp-principle-in-python> — always try _bulk_get first, then if that fails with a 404, fall back to individual GETs. —Jens -- You received this message because you are subscribed to the Google Groups "Couchbase Mobile" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/mobile-couchbase/4E6A5CB1-6FD1-4305-95B5-E8CB192DB14B%40couchbase.com. For more options, visit https://groups.google.com/d/optout.
