[bug] filebeat can't send data to kafka cluster when one kafka can't connect because of network

Thanks for your answer, and I have a question.
In your answer you said:

- make partitioner strategy in beats configurable. The default partitioner always returns true for tp.partitioner.RequiresConsistency(), forcing the client to schedule messages onto all partitions instead of writable only partitions.

You means I should modify the code of libbeat or I can configure it in filebeat.yml? And if can configure in filebeat.yml, how to configure it? I can't find the parameter.

Thanks for your reply again!