-
Hi - I noticed this exception after upgrading `karafka v2.1.3` and `waterdrop v2.5.3`:
```
/gems/ruby/3.2.0/gems/waterdrop-2.5.3/lib/waterdrop/instrumentation/callbacks/delivery.rb:50:in `instrume…
-
There is one more segfault that we sometimes see happening. It can happen when the Ruby process exits, which leads me to believe it has something to do with the termination order.
I tried to reprod…
-
I can see from the doc that pause offsets are tracked in karafka and it's retried exponentially. How are these pause offsets tracked? Is it in memory or committed in Kafka? What happens to these track…
-
I'm trying to log the SQL queries & other logs that are printed during the processing of a message in a consumer class.
Below is an outline of my code
```
class ApplicationConsumer < Karafka::Bas…
-
-
-
-
-
## Expected behavior
Liveness probe returns a valid HTTP response that kubernetes can use to consider the pod healthy.
## Actual behavior
Currently the liveness probe errors within kubernetes…
-
## Expected behavior
The Web UI to be viewable?
## Actual behavior
The css states `#content { display: none; }`. The only thing that gets displayed is the banner to subscribe to karafka pro.
…