class Karafka::Routing::Proxy
def method_missing(method_name, *arguments, &block)
def method_missing(method_name, *arguments, &block) return super unless respond_to_missing?(method_name) @target.public_send(:"#{method_name}=", *arguments, &block) end