Having trouble squaring a circle in kmp-file whereby if a consumer writes text to a file which, when ran through decodeBuffered, the UTF-8 byte size exceeds Int.MAX_VALUE, they cannot then read the file because its size is greater than Int.MAX_VALUE.
There needs to be a parameter throwSizeException or something.
kmp-file and kmp-process are already using the 2 parameter decodeBufferedanddecodeBufferedAsyncfunctions from theSNAPSHOTpublication, so those should be duplicated and marked as deprecated until2.6.0` release is cut; a separate issue will be created to ensure that happens.
All functions should require the parameter be specified.
Having trouble squaring a circle in
kmp-filewhereby if a consumer writes text to a file which, when ran throughdecodeBuffered, the UTF-8 byte size exceedsInt.MAX_VALUE, they cannot then read the file because its size is greater thanInt.MAX_VALUE.There needs to be a parameter
throwSizeExceptionor something.kmp-fileandkmp-process are already using the 2 parameterdecodeBufferedanddecodeBufferedAsyncfunctions from theSNAPSHOTpublication, so those should be duplicated and marked as deprecated until2.6.0` release is cut; a separate issue will be created to ensure that happens.All functions should require the parameter be specified.