Hi Victor, If you want to make both work together, I think the currently recommended approach is through shadow buckets. Here is how you set that up and more info: http://developer.couchbase.com/mobile/develop/guides/sync-gateway/wcbs/bucket-shadowing/index.html
You then make your SDK talk to the shadowed bucket only and let the sync gateway handle the rest. Am Donnerstag, 7. August 2014 20:38:49 UTC+2 schrieb Victor Fernandez: > > I'm developing a java web application using the Java SDK Client for > couchbase for reading operations. I'm also using Ektorp libraries to update > operations through the Sync Gateway. > The problem is that when I make an update, another revision of the > document is created too, and the view in the couchbase server side returns > all this revisions. The only revision I need to return is the last one. Is > there a way to modify this behavior? > -- You received this message because you are subscribed to the Google Groups "Couchbase" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
