From 5a401af1fddb967a52d1d66d089b6f48746639f7 Mon Sep 17 00:00:00 2001 From: reyesj2 <94730068+reyesj2@users.noreply.github.com> Date: Mon, 22 Apr 2024 16:44:35 -0400 Subject: [PATCH] Update kafka process_x_roles annotation Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com> --- salt/kafka/soc_kafka.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/salt/kafka/soc_kafka.yaml b/salt/kafka/soc_kafka.yaml index 500ad59c3..47ff05719 100644 --- a/salt/kafka/soc_kafka.yaml +++ b/salt/kafka/soc_kafka.yaml @@ -92,8 +92,10 @@ kafka: forcedType: int helpLink: kafka.html process_x_roles: - description: The roles the process performs. Use a comma-seperated list is multiple. + description: The roles performed by Kafka node. Default is to act as 'broker' only. title: process.roles + regex: ^(broker|controller|broker,controller|controller,broker)$ + regexFailureMessage: Valid values include 'broker' 'controller' or 'broker,controller' helpLink: kafka.html socket_x_receive_x_buffer_x_bytes: description: Size, in bytes of the SO_RCVBUF buffer. A value of -1 will use the OS default.