@qualithm/kafka-client - v0.1.6
GitHub
Preparing search index...
index
AlterConfigOpValue
Type Alias AlterConfigOpValue
AlterConfigOpValue
:
typeof
AlterConfigOpValue
[
keyof
typeof
AlterConfigOpValue
]
The type of operation to perform on a configuration entry.
0
(SET): Set the value of the configuration entry.
1
(DELETE): Revert the configuration entry to the default value.
2
(APPEND): Append to the value of the configuration entry (list types).
3
(SUBTRACT): Remove from the value of the configuration entry (list types).
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
GitHub
@qualithm/kafka-client - v0.1.6
Loading...
The type of operation to perform on a configuration entry.
0(SET): Set the value of the configuration entry.1(DELETE): Revert the configuration entry to the default value.2(APPEND): Append to the value of the configuration entry (list types).3(SUBTRACT): Remove from the value of the configuration entry (list types).