-
While running karafka server for a rails app, if the database connection is terminated, the rails server is able to reconnect with the database, however, karafka server is unable to do so, and any sub…
-
A lot of ppl go with Rails info level and this spams their logs when no messages are being received.
-
I have the below configuration
```ruby
routes.draw do
topic :'topic-a' do
consumer OneConsumer
end
topic :'topic-b' do
consumer TwoConsumer
end
end
```
I'm u…
-
```
Detected 3 Thread(s) started in app boot:
2024-02-04T21:53:14.932150+00:00 app[web.1]: [2] Puma starting in cluster mode...
2024-02-04T21:53:14.932206+00:00 app[web.1]: [2] * Puma version: 6.…
-
When upgrading from `Karafka-web` 0.7.10 to 0.8.0
Launching the web-ui fails with a 'missing method' in the `waiting` counter
```
NameError: undefined local variable or method `waiting' for #9…
-
We are deploying our app to AWS lambda, and we bundle our gems using the [officially provided Docker image](https://hub.docker.com/r/amazon/aws-lambda-ruby). However, I haven't been able to solve the …
-
Looking through the configuration settings for Phobos I'm not seeing a way to set this property for an initial rebalance delay? Is there a way i'm able to set some of these additional Kafka propertie…
-
I have a question rather than reporting a bug. We've observed an issue with the errors reported by Karafka to Sentry, specifically regarding invalid breadcrumbs. These errors seem to include breadcrum…
-
I am getting the error `undefined method 'delete_if' for nil:NilClass` when visiting the status page and the Dashboard page of Karafka. I am having a fresh installation of Karafka web.
Initially, I…
-
With the removal of `thor` in version [v2.2.8](https://github.com/karafka/karafka/releases/tag/v2.2.8),
passing server options like below no longer works:
`bundle exec karafka server --include-consu…