You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently it is not possible to change the type settings of the XDCR replication without a full cluster restart, and this is highly problematic, especially since both products are schemaless.
I.e. I want to be able to add couchbase.documentTypes.review: ^review-(\d)+$ to the plugin settings without requiring a restart. Just like mappings can be changed dynamically on an ES cluster, the transport plugin types support needs the ability to define new "types" without requiring any restart.
This shouldn't be too hard to do as Elasticsearch pretty much has built in support for this type of thing.