Victor Rodrigues
Victor Rodrigues
Spent some time addressing an issue fixed by https://github.com/spreedly/kaffe/pull/118, trying to use the chance to bring some 💜 to kaffe! I've tested and it's passing on https://github.com/rodrigues/kaffe/pull/1
In case the kafka cluster is temporarily unavailable, when subscribe_to_topics retries are exhausted, it simply exits the function without crashing. When kafka cluster is back, if that happened after `client_down_retry_expire`,...
Hi, There's `:worker_mod` app env that can be configured, currently used by the subscriber when calling `process_messages/5`. The WorkerSupervisor starts `Kaffe.Worker` directly though, using the same setting, we can change...
Given I am viewing an Elixir file, And the cursor is at a certain position in the screen (line, column), I want to get the all ranges where the symbol...
Hi 👋 With this PR, we can serve metrics in a different way, for instance using Bandit server with PromEx.Plug. ### What problem does this solve? With this change, the...
### What problem does this solve? Local environment pre commit hooks fails on this when making a commit. (Elixir 1.16)