Skip Menu |

This queue is for tickets about the AnyEvent-CouchDB CPAN distribution.

Report information
The Basics
Id: 54922
Status: resolved
Priority: 0/
Queue: AnyEvent-CouchDB

People
Owner: Nobody in particular
Requestors: MSTPLBG [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 1.13
Fixed in: (no value)



Subject: AnyEvent::CouchDB does not support setting the continuous flag for replication
Replication requests have a continuous parameter which, if set to true, will lead to CouchDB automatically replicating upon changes. It is completely missing from the replicate() function in AnyEvent::CouchDB. See also http://books.couchdb.org/relax/reference/replication (the last chapter about continuous replication). When manually adding that flag in the source code, it works fine.
franckcuny was kind enough to contribute a patch that fixed this bug. You should be able to use continuous replication with AnyEvent::CouchDB 1.17 (which I just uploaded to CPAN). franckcuny++