timeout is using DEFAULT_TIMEOUT value instead of the value from properties file when no -t option is specified

Description

When no timeout -t is specified with the kafka-rpc-topics Karaf command, the timeout value currently erroneously defaults to what I believe is DEFAULT_TIMEOUT. Instead, it should attempt to read the value from Kafka REQUEST_TIMEOUT_MS_CONFIG properties. If it’s not found, then only it should default to DEFAULT_TIMEOUT.

Acceptance / Success Criteria

if timeout is not given explicitly, then it should default to the value that is read from the properties file. If no value is found from the properties file, then it should default to something which seems to be DEFAULT_TIMEOUT. If timeout is given, then it should be assigned to the given value accordingly.

Activity

Show:

Christian Pape May 31, 2023 at 1:54 PM

Merged.

Christian Pape May 30, 2023 at 9:48 AM

Please review:

  • PR:

Fixed

Details

Assignee

Reporter

Labels

HB Grooming Date

HB Backlog Status

FD#

Sprint

Fix versions

Affects versions

Priority

PagerDuty

Created May 10, 2023 at 7:49 PM
Updated May 31, 2023 at 1:54 PM
Resolved May 31, 2023 at 1:54 PM