zmstone
zmstone
I'm have a similar problem, but now with the producers connections. Always, the first message that I try to send I got the error: `{:connection_down, {:shutdown, :ssl_closed}}` Any tip how...
The current default value for `replayq_max_total_bytes` is 2GB. Meaning if this limit is reached, wolff will start dropping produce requests (with a logging though) We should change default to inifnity.
stated in changelog, but no git tag
Release version: `v/e5.6.0` ## Summary * Log parsed bytes and bytes limit for `frame_too_large` error * Refactored connect packet parse failures to include more details example trace: ``` 2024-02-18T19:40:28.241495+01:00 [MQTT]...
Release version: `v/e5.5.1` ## Summary This is an attempt to sync the changes made in https://github.com/emqx/emqx-i18n/tree/v55 Also tried to fix some doc bug found during this process. * HStreamDB ->...
Release version: `v/e5.6.0`
As discussed here: https://github.com/emqx/emqx/discussions/4622#discussioncomment-633540 It would be nice to have emqx running as managed daemon in Alpine Linux.
The handling of partial delivery of a record set can be improved. instead of trying to double the fetch size and try again: https://github.com/Shopify/sarama/blob/v1.26.1/consumer.go#L602-L609 we can make use of the...