zmstone
zmstone
> When compacting or downsampling data for local node only, since data points are repeated snapshots until a change is recorded, we need to keep the latest values instead of...
this could be rather confusing users, when made the changes, I only tested with counters, forgot about the gauges. please help to add this to known issues of 5.8.1 https://github.com/emqx/emqx-docs/blob/release-5.8/en_US/changes/known-issues-5.8.md
The relicense announcement came a few hours later: https://github.com/emqx/emqx/discussions/15163
I believe this feature is no longer needed. At least for now. because we have added: `getenv` function to get os env variable the feature PR: https://github.com/emqx/emqx/pull/13507 the follow up...
Hi. Force shutdown is only triggered for two reasons 1. max heap size 2. max maibox size there should be logs indicating which limit has been reached. this overload protection...
Maybe it's because the coordinator process is in the middle of rebalance, e.g. calling the member process the revoke assignments or assign partitions. Do you happen to shutdown all 3...
Hi @jasontleo Do you mean to support topic regex pattern for this config? https://github.com/kafka4beam/brod/blob/e1a36e09c286bc71260040c6824e731091f21bae/src/brod_group_subscriber_v2.erl#L147-L153
thank you for the PR @BlueCollarChris could you add an entry in CHANGELOG.md
Hi @BlueCollarChris Thank you for the PR and sorry for the slow review. About code format: we use https://github.com/WhatsApp/erlfmt example for ref: https://github.com/kafka4beam/brod-cli/blob/f8a2784f4ffb7aa70bf8006c2b519ca12991c4f7/rebar.config#L7-L10 Possible to leave code reformat out in...
thanks. there are some conflicts. could you rebase ?