On Mon, Jul 17, 2017 at 10:11 AM, Matthias J. Sax <matth...@confluent.io> wrote:
> I thinks, for backward compatibility, this check should be there. The > only change should be, that if `--bootstrap-servers` is used, one can > omit `--new-consumer` (and if used, as warning is printed). > You can omit "--new-consumer" since 0.10.2. Paolo's PR will add the warning so that we can eventually remove the switch altogether. To be honest, we could just remove it at the same time as we remove the old consumer. Ismael