Skip to content

Commit

Permalink
update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: kubotat <[email protected]>
  • Loading branch information
kubotat committed Oct 11, 2023
1 parent 48e249d commit 3a9191c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ You need to install rdkafka gem.
exclude_topic_key (bool) :default => false
exclude_partition_key (bool) :default => false
discard_kafka_delivery_failed (bool) :default => false (No discard)
discard_kafka_delivery_failed_regex (regexp) :default => nil (No discard)
use_event_time (bool) :default => false

# same with kafka2
Expand Down Expand Up @@ -559,6 +560,9 @@ You need to install rdkafka gem.
max_enqueue_bytes_per_second (integer) :default => nil
</match>

`rdkafka2` supports `discard_kafka_delivery_failed_regex` parameter:
- `discard_kafka_delivery_failed_regex` - default: nil - discard the record where the Kafka::DeliveryFailed occurred and the emitted message matches the given regex pattern, such as `/unknown_topic/`.

If you use v0.12, use `rdkafka` instead.

<match kafka.**>
Expand Down

0 comments on commit 3a9191c

Please sign in to comment.