gems waterdrop 2.4.6
v2.4.6

latest releases: 2.8.2, 2.8.1, 2.8.0...
2 years ago
  • Set statistics.interval.ms to 5 seconds by default, so the defaults cover all the instrumentation out of the box.

Upgrade notes

If you want to disable librdkafka statistics because you do not use them at all, update the kafka statistics.interval.ms setting and set it to 0:

producer = WaterDrop::Producer.new

producer.setup do |config|
  config.deliver = true
  config.kafka = {
    'bootstrap.servers': 'localhost:9092',
    'statistics.interval.ms': 0
  }
end

Don't miss a new waterdrop release

NewReleases is sending notifications on new releases.