From 95dea81d719adb79a79aa411c73cf397c1ae4d92 Mon Sep 17 00:00:00 2001 From: Michael Hoffmann Date: Sat, 27 May 2023 07:05:40 +0200 Subject: [PATCH] receive,docs: add migration note for az aware hashring --- docs/components/receive.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/components/receive.md b/docs/components/receive.md index d6cf8154e8e..fbf08e4b631 100644 --- a/docs/components/receive.md +++ b/docs/components/receive.md @@ -134,6 +134,8 @@ In order to ensure even spread for replication over nodes in different availabil This is only supported for the Ketama algorithm. +**NOTE:** This feature is made available from v0.32 onwards. Receive can still operate with `endpoints` set to an array of IP strings in ketama mode. But to use AZ-aware hashring, you would need to migrate your existing hashring (and surrounding automation) to the new JSON structure mentioned above. + ## Limits & gates (experimental) Thanos Receive has some limits and gates that can be configured to control resource usage. Here's the difference between limits and gates: