Skip to content

Support overriding documentTypes settings via ES's dynamic settings API #63

@synhershko

Description

@synhershko

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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions