-
PR #1300 introduced an updated regex for topic naming validation which throws an error in case the topic name contains both dot and underscore.
We are using Debezium MySQL CDC connector on conflue…
-
To do some deeper introspection on what is going on when receiving or publishing messages it would be useful to have an instrumentation interface compatible to [Active Support Instrumentation](https:/…
-
First and foremost, I really appreciate the Karafka library. Well done 👏
I've finished implementing `waterdrop` into our Kafka producer client. I've been experimenting with a singleton approach. T…
-
## Is your feature request related to a problem? Please describe.
We already can be selective about which topics to process per process (https://karafka.io/docs/CLI/#running-particular-topics-per-p…
-
I'm new to Kafka. I installed your gem -- looks great, thank you for your work.
```
jw@logopolis:/projects/client/project$ git diff Gemfile.lock | wc -l
166
```
🤔 😟
I hate the idea of add…
-
- [x] encrypt payload
- [x] encrypt headers
We can encrypt headers by taking all of them and transforming them into a single header key and having e second header that would just indicate the encr…
-
Creating this based on the slack thread:
https://bundler.slack.com/archives/C02F27TKQ/p1678721462408249
Upon the new gem version release, some of the notes are not flushed, or the soft flush tak…
-
The development of rdkafka-ruby is in progress. Once some neded features are available, we could migrate to it.
Things required:
- [x] Check the config validators quality and the way they operate …
-
## Expected behavior
Karafka should not extend the logger when the logger output is set to `$stdout`.
When the output is different than `$stdout` Karafka should extend the logger but the new logge…
-
Routing style like this:
```ruby
consumer_groups.draw do
unless FlipperHelper.enabled? :shutdown_consumer_a
topic "topic_a" do
consumer ConsumerA
end
end
un…