diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 630f42ad..6e8d0bb0 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -148,6 +148,14 @@ node = { # 'autonode.servername, so that would not need to be ' # 'copied ') # }, + 'collective.manager': { + 'description': ('When in collective mode, the member of the ' + 'collective currently considered to be responsible ' + 'for this node. At a future date, this may be ' + 'modified automatically if another attribute ' + 'indicates candidate managers, either for ' + 'high availability or load balancing purposes.') + }, 'discovery.policy': { 'description': 'Policy to use for auto-configuration of discovered ' 'and identified nodes. Valid values are "manual", '