On Mon, Nov 23, 2015 at 4:15 PM, hsy...@gmail.com <hsy...@gmail.com> wrote:

> In http://kafka.apache.org/090/documentation.html#newconsumerconfigs
> partition.assignment.strategy should string, not a list of string?
>

List is correct, I believe, see how it's used in the code:

List<PartitionAssignor> assignors = config.getConfiguredInstances(
        ConsumerConfig.PARTITION_ASSIGNMENT_STRATEGY_CONFIG,
        PartitionAssignor.class);

The documentation for that config needs to be improved though.

Ismael

Reply via email to