alex09x opened a new pull request, #3820: URL: https://github.com/apache/iggy/pull/3820
Fixes #3735. The binary protocol previously dropped the error payload and just sent the status code, causing clients to reconstruct errors with zeroed default values. This changes the server to send the full error message in the payload and the clients to parse it, returning a `ServerError` carrying the actual message instead of a fabricated enum. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
