topic
is a category or feed name to which messages are published by producers
and from which messages are consumed by consumers
. kafka producers
to send data and kafka consumers
to read dataEach topic can be divided into multiple partitions
, and each partition is an ordered
, immutable sequence of messages. Partitioning helps in paralleling processing and distributing the load across multiple consumers.
inmutability
key
is provided