atharvalade opened a new issue, #3130: URL: https://github.com/apache/iggy/issues/3130
There is an acknowledged but unfixed deserialization bug for stream lists larger than 2^16 bytes. **File:** `foreign/go/binary_serialization/binary_response_deserializer.go` lines 81-82 ```go //TODO there's a deserialization bug, investigate this //it occurs only with payload greater than 2 pow 16 ``` Users with many streams (or streams with long names) will get corrupted stream lists. No error is returned. we need to fix the deserialization logic and add a regression test with a payload > 64KB. -- 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]
