-
Have a single simple method to produce a string or hash to a Kafka topic, without having to define a producer class. This is useful when debugging connectivity issues. Schema can be optional.
-
## Is your feature request related to a problem? Please describe.
First of all, thanks for introducing custom OAuth providers with #1767 in karafka v2.4. However, karafka v2.4 has dropped support f…
-
Read the FAQ first: https://github.com/confluentinc/librdkafka/wiki/FAQ
Do NOT create issues for questions, use the discussion forum: https://github.com/confluentinc/librdkafka/discussions
D…
-
The OAUTHBEARER OIDC support that was introduced in https://github.com/confluentinc/librdkafka/pull/3560 is working fine in versions up to v0.15.0, but it's broken since version v0.16.0.
I'm using…
-
Versions
Ruby: 3.3.0
Rails: 7.1.3
Karafka: 2.3.3
Karafka-web: 0.8.2
I have started using Karafka Gem in my Rails application, which is usually a multitenant application. Currently, I am working…
-
```ruby
Karafka::Admin.seek_consumer_group(
'my_consumer_group',
{ 'topic' => -100 } # move back by 100 messages
)
```
```ruby
Karafka::Admin.seek_consumer_group(
'my_consumer_group',
…
-
I'm trying to install the gem on windows with:
gem install rdkafka -v '0.8.1'
(I tried all newer versions as well)
But it fails with the following:
PS C:\code> gem install rdkafka -v '0.8.…
-
The Rails server fails to start with the following error: Karafka::Errors::MissingBootFileError. This error occurs because the file .ruby-lsp/karafka.rb does not exist.
-
Hi! It was unclear to me exactly how to use the independent error counting feature for dead letter queues after reading https://karafka.io/docs/Dead-Letter-Queue/#independent-error-counting
After l…
-
Hey, I'm in the process of crafting Karafka 2.4 and WaterDrop 2.7. Wanted bring to your attention the configuration changes and other alignments that may be required on your side. Here are the docs fo…