[DNM-test] kafka: Provide error message in create ACLs response#29478
[DNM-test] kafka: Provide error message in create ACLs response#29478michael-redpanda wants to merge 2 commits intoredpanda-data:devfrom
Conversation
When there is not a good mapping of cluster::errc to a Kafka error code, the service returns an "unknown_server_error" with no additional context. This makes debugging issues difficult. This commit will stringify the error code to assist with debugging. Signed-off-by: Michael Boquard <[email protected]>
|
/cdt |
|
/cdt |
|
/cdt |
|
/cdt |
|
/cdt |
2 similar comments
|
/cdt |
|
/cdt |
|
/cdt |
2 similar comments
|
/cdt |
|
/cdt |
|
/cdt |
When there is not a good mapping of cluster::errc to a Kafka error code, the service returns an "unknown_server_error" with no additional context. This makes debugging issues difficult. This commit will stringify the error code to assist with debugging.
Backports Required
Release Notes