@mutdmour In scala, you can write this as:
```
CommandLineUtils.parseKeyValueArgs(argArray, acceptMissingValue = false)
```
and
```
CommandLineUtils.parseKeyValueArgs(argArray, acceptMissingValue = true)
```
That makes the code more readable. Same for the other uses of 
`CommandLineUtils.parseKeyValueArgs` in this file with the boolean.

[ Full content available at: https://github.com/apache/kafka/pull/5630 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to