-
I want to be able test my code that produces messages. For example, if I have the following method
```
def test_method(val)
Karafka.producer.produce_async(
topic: "test",
payload:…
-
```ruby
Karafka.monitor.subscribe 'error.occurred' do |event|
error = event[:error]
next unless error.is_a?(ActiveRecord::StatementInvalid)
::ActiveRecord::Base.clear_active_connections!…
-
-
Hi, maybe a stupid question but I'm new to this gem and learning how to use it. Have one question. Is it possible to rescue and exception if passed error callback raises exception, for example:
`…
-
As reported on Slack
I received a `undefined method topic' for # need to decommission the subject from consumer reference and then for consumer specs use the subject but otherwise direct reference
-
-
-
## Is your feature request related to a problem? Please describe.
Ruby-kafka has a `rebalance_timeout` option which defaults to 60s. We are facing an issue on our production systems which get stuck i…
-
-
Hi, thanks for all your work on the library.
I'm tapping librdkafka metrics via the statistics callback, which works well.
Is there a way to customize the name of the producer, that is then retu…