-
## Is your feature request related to a problem? Please describe.
Not a problem, just a docs request:
* please add the defaults that Karafka sets in https://karafka.io/docs/Latency-and-Throughpu…
-
We have been utilizing the rdkafka2 output plugin with v1.16.2-debian-1.0. We attempted to upgrade to v1.16.5-debian-1.0, but we are now receiving the below error. It looks like it started with v1.1…
-
Seeing this error during Run Time,
load_library': Could not open library 'C:/Ruby30-x64/lib/ruby/gems/3.0.0/gems/rdkafka-0.17.0/lib/rdkafka/../../ext/librdkafka.so': Faile
d with error 126: The spec…
-
Love the boot time saves provided by bundler-cache but it breaks most default external gem behavior.
`rails` and other gems are not available on the command line after enabling bundler-cache as a f…
-
This behaviour should be aligned with ActiveRecord I guess.
-
According the documentation, `dispatched` collection in the ProduceManyError must contain only instances of `DeliveryHandle` but at some error cases it contains DeliveryReport.
The reason is that …
-
This is tied to https://github.com/bruce-szalwinski-he/aws-msk-iam-sasl-signer-ruby/issues/21 . My team has a Ruby 2.7 application that is difficult to port up to Ruby 3... but we are moving our Kafk…
-
Using the ruby-kafka gem, create a test app that will talk to the aws kafka service.
-
-
After upgrade to 2.4.3 version from 2.3.4 we saw the weird behavior
## Expected behavior
When we pass `client_id` setting
```ruby
setup do |config|
config.client_id = 'my_client_id'
end…