Update kafka process_x_roles annotation

Signed-off-by: reyesj2 <94730068+reyesj2@users.noreply.github.com>
This commit is contained in:
reyesj2
2024-04-22 16:44:35 -04:00
parent 25d63f7516
commit 5a401af1fd

View File

@@ -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.