zmstone

Results 429 comments of zmstone

Starting from 5.4, there is a `role` concept for dashboard users and API keys. For dashboard, there are two kinds of pre-defined roles, `viewer` and `administrator`. For APIs, there are...

some related discussion here: https://github.com/emqx/emqx/discussions/9067

While the "disconnect client if token expired" feature is still missing. I do want to make an update about logging improvements though. later v5 (currently 5.5.0) releases have logging improved...

For publishing clients. One can configure `deny_action=disconnect` to force the client to disconnect (and hopefully acquire a new token and reconnect). For subscribing clients, it's a bit awkward, we will...

Missed to follow up on this. Returning HTTP 401 would imply the HTTP request itself not being authorized. While in this case, the HTTP request (which changes EMQX config to...

similar issue/discussion * https://github.com/emqx/emqx/issues/11068 * https://github.com/emqx/emqx/discussions/12496 We do not have plan to support MQTT credentials bootstrapping from environment variables (or a file). In v5.5, there is a [REST API to...

After some discussion in the team, we might be able to provide a bootstrap from file option. Internal ref: [ER-248](https://emqx.atlassian.net/browse/ER-248)

as discussed. we will need to fix it in a different approach. the hocon_cli is not quite helpful in this case. we'll need to perform config generation just like how...

Hi. > Moving the same app, on the server where Kafka is running, causes the subscribers to no longer receive messages. I'm afraid I need more information, were there any...

Hi @dbegunkov Thank you for the PR. I have it covered here: https://github.com/kafka4beam/brod/pull/541 Made `brod_client` to cache the the `unknown_top_partition` result.