All Downloads are FREE. Search and download functionalities are using the official Maven repository.

kafka.log.package.html Maven / Gradle / Ivy

There is a newer version: 2.4.1
Show newest version

The log management system for Kafka.

The entry point for this system is LogManager. LogManager is responsible for holding all the logs, and handing them out by topic/partition. It also handles the enforcement of the
flush policy and retention policies.

The Log itself is made up of log segments. A log is a FileMessageSet that contains the data and an OffsetIndex that supports reads by offset on the log.




© 2015 - 2024 Weber Informatics LLC | Privacy Policy