-
Hi
We are trying to send data to kafka but are geting the following error:
> Could not connect to any of the seed brokers:
> kafka://192.168.1.24:2181: Connection error EOFError: EOFError
Co…
-
More like a proof of concept than actual usage example, but would be good to play with it a bit.
-
I'm trying to run the example app in conjunction with running a Kafka server using Apache's [Quick Start instructions](https://kafka.apache.org/quickstart). However, when I try to do so, Karafka canno…
-
As devops, when I send `karafka` [SIGHUP](https://en.wikipedia.org/wiki/Signal_(IPC)#SIGHUP), it should cleanly bring down and restart both server and worker (depending on what was notified). For work…
-
https://github.com/karafka/karafka/wiki/Monitoring-and-logging#example-monitor-with-newrelic-support
```
def consume(topic)
record_count metric_key(topic, __method__)
end
```
is not invo…
-
https://github.com/karafka/waterdrop/blob/master/lib/water_drop/async_producer.rb#L18 calls `DeliveryBoy.deliver_async` on outbound messages. But, if you're producing messages faster than the framewo…
dmaze updated
6 years ago
-
Per discussion in Gitter.
I'd love to be able to track some kind of performance metrics for controllers, eg. how long does it take to execute `perform`.
-
When creating a new project using `bundle exec karafka install`, I get the following generated in the karafka.rb file:
```ruby
...
class KarafkaApp < Karafka::App
setup do |config|
conf…
-
Thank you for your work, now I'm using an async producer which produces a lot of messages fast (millions/minutes), and I'm currently stuck in the following loop:
```
...
E, [2017-04-24T18:34:19.070…
costa updated
6 years ago
-
How do you specify IP and namespace of redis server?
karafka-sidekiq-backend seems to look for 127.0.0.1:6379 by default.
Adding sidekiq.rb to config/initializers
```
Sidekiq.configure_server …