lib/deimos/config/configuration.rb in deimos-ruby-1.16.5 vs lib/deimos/config/configuration.rb in deimos-ruby-1.17.0
- old
+ new
@@ -459,9 +459,11 @@
# only be used for very small tables.
setting :full_table, false
# If false, start from the current time instead of the beginning of time
# if this is the first time running the poller.
setting :start_from_beginning, true
+ # The number of times to retry production when encountering a *non-Kafka* error.
+ setting :retries, 1
end
deprecate 'kafka_logger', 'kafka.logger'
deprecate 'reraise_consumer_errors', 'consumers.reraise_errors'
deprecate 'schema_registry_url', 'schema.registry_url'