We use console 2.1.1 version and when console tries to connect broker and get the list it fails.
/api/cluster is the endpoint
{statusCode: 500, message: "Could not describe cluster"}
message
:
"Could not describe cluster"
statusCode
:
500
because there is hardcoded 6sec https://github.com/redpanda-data/console/blob/master/backend/pkg/console/brokers.go#L74. could you please parameterize this? so that we can configure the custom value ?
We use console 2.1.1 version and when console tries to connect broker and get the list it fails.
/api/cluster is the endpoint
{statusCode: 500, message: "Could not describe cluster"}
message
:
"Could not describe cluster"
statusCode
:
500
because there is hardcoded 6sec https://github.com/redpanda-data/console/blob/master/backend/pkg/console/brokers.go#L74. could you please parameterize this? so that we can configure the custom value ?