Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

For producer, there will be no impact.

For old consumers that cannot recognize V1, if they see the new protocol the CRC check will fail an exception will be thrown for unsupported version. (The current code in ZookeeperConsumerConnector does not validate the magic byte, which . This is a bug and we will fix it in a separate ticket)

For new upgraded consumers, they can handle both V0 and V1.

...