Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: small->large typo

...

Unlike many messaging systems Kafka topics are meant to scale up arbitrarily. Hence we encourage fewer small large topics rather than many small topics. So for example if we were storing notifications for users we would encourage a design with a single notifications topic partitioned by user id rather than a separate topic per user.

...