Felipe Cardozo

Results 17 comments of Felipe Cardozo

> Is cluster side socket already closed by the SPU? I think that's the first thing to handle for this case. In addition, if possible it would be nice for...

I think there is no bug here: Seems that consumer is only respecting `FLUVIO_CLIENT_MAX_FETCH_BYTES`. I tested with similar environment with a high `maxbytes` (100MiB): ```bash flvd consume data -d -B...

Hi @barracuda156, thanks for opening the issue! This repository is a bit deprecated, as I’m focusing more on https://github.com/fraidev/bitrev. Is there a specific reason you need this repository?

Btw, I added a warning in the README saying it

More context: Node.js's `module.register()` (from node:module) allows custom loader hooks. Angular uses this to handle `memory://` URLs for in-memory server bundles. Deno's `module.register()` is not implemented yet.

> max_request_size applies to pre-compression record size so can be applied to per record constrain. batch-size applies to post-compression limit (or underlying raw records limit). I think that we should...

That was probably a problem in Infinyon Cloud actually, we're using a limit size buffer to get the Hello Client msg, I found it replacing openssl by rustls.