Google News
logo
Kafka - Interview Questions
What do you understand by the term "Log Anatomy" in Apache Kafka?
Log Anatomy is a way to view a partition. We view the log as the partitions, and a data source writes messages to the log. It facilitates that one or more consumers read that data from the log at any time they want. It specifies that the data source can write a log, and the log is being read by consumers at different offsets simultaneously.
Advertisement