-
There are cases especially with k8 where you want to start karafka in a quiet mode where its not doing anything. Worth documenting
```ruby
Karafka.monitor.subscribe('app.running') do
Karafk…
-
-
Hello! I noticed that some topic names without special characters are not passing validation. This affects my production environment.
--------
## Expected behavior
```
Karafka::App.routes.dr…
-
Hi! I was following [this thread](https://github.com/appsignal/rdkafka-ruby/pull/242) and was interested to see if librdkafka had any impact on our message production.
The version of karafka-rdkafk…
-
It would be good to have a method to test whether error messages in karafka consumer moved to DLQ consumer
-
We're checking if karafka configuration is properly filled in specs, because we're getting all the configuration via
```ruby
ENV['something'] = 'foo' # dotenv
MyApp.config.something = ENV['somethin…
-
## Expected behavior
Running `bundle exec karafka console` should open up an irb like REPL.
## Actual behavior
Running `bundle exec karafka console` results in:
```
/karafka-console-test/…
-
Hi, I have a question about following scenario. Let's say we have a event called `ProjectUpdated` from external system.
Systems: A, B.
A emits event `ProjectUpdated`.
B needs to consume this mess…
-
-
Only `karafka server` should report statistics. This is not a bug but I need to check it and double check ;)