in lib/fluent/plugin/out_kinesis.rb [150:155]
def validate_params
unless @random_partition_key or @partition_key or @partition_key_expr
raise Fluent::ConfigError, "'random_partition_key' or 'partition_key' or 'partition_key_expr' is required"
end
end