Multiple DBAAS Redis Sentinel groups 28/6128/4
authorPetri Ovaska <petri.ovaska@nokia.com>
Thu, 15 Apr 2021 08:08:13 +0000 (11:08 +0300)
committerPetri Ovaska <petri.ovaska@nokia.com>
Wed, 26 May 2021 14:36:15 +0000 (17:36 +0300)
Added support to have one or more Redis Sentinel DB groups. The DB groups can
be used to spread out SDL DB operations to different DB instances. The new
DBAAS_CLUSTER_ADDR_LIST environment variable is used for Sentinel DB service
addresses configuration. The selection of DB instance is done based on the
calculation of crc32 value from the namespace string and return modulo hash
value of number of addresses in the list.

Issue-ID: RIC-699

Change-Id: I8bb3a78680cedfba4a39f06f7e2f8cdd60d26949
Signed-off-by: Petri Ovaska <petri.ovaska@nokia.com>

No differences found