lib/karafka/helpers/config_retriever.rb in karafka-1.2.13 vs lib/karafka/helpers/config_retriever.rb in karafka-1.3.0.rc1

- old
+ new

@@ -3,10 +3,10 @@ module Karafka module Helpers # A helper method that allows us to build methods that try to get a given # attribute from its instance value and if it fails, will fallback to # the default config or config.kafka value for a given attribute. - # It is used to simplify the checkings. + # It is used to simplify the checks. # @note Worth noticing, that the value might be equal to false, so even # then we need to return it. That's why we check for nil? # @example Define config retried attribute for start_from_beginning # class Test # extend Karafka::Helpers::ConfigRetriever