meilisearch / documentation

Meilisearch documentation

Home Page:https://docs.meilisearch.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

v1.7: Replication parameters

guimachiavelli opened this issue · comments

v1.7 introduces a new experimental boolean command-line option --experimental-replication-parameters. Activating this option changes default Meilisearch behaviour to improve compatibility with clustering instances.

This seems to be more of a stepping stone towards high-availability in Meilisearch Cloud.

Activating replication parameters has three effects:

  • disables task auto deletion
  • manually setting a task's id with the taskId header
  • dry registering tasks (e.g. requesting to register a task and receiving a successful response if it's valid without actually registering the task)

Tasks

  • Create new experimental page, linking to product discussion: "replication parameters for instance clustering"

References