Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: remove incorrect comment about single process

...

The ‘group.id’ string defines the Consumer Group this process is consuming on behalf of. Remember, you can only use a single process per Consumer Group.

The ‘zookeeper.session.timeout.ms’ is how many milliseconds Kafka will wait for ZooKeeper to respond to a request (read or write) before giving up and continuing to consume messages.

...