diff --git a/changelog/unreleased/client-selector-pool.md b/changelog/unreleased/client-selector-pool.md new file mode 100644 index 00000000000..53d3c45d4a9 --- /dev/null +++ b/changelog/unreleased/client-selector-pool.md @@ -0,0 +1,7 @@ +Enhancement: Use reva client selectors + +Use reva client selectors instead of the static clients, this introduces the ocis service registry in reva. +The service discovery now resolves reva services by name and the client selectors pick a random registered service node. + +https://github.com/owncloud/ocis/pull/6452 +https://github.com/cs3org/reva/pull/3939