What is a Kafka 'segment' in the context of a partition log?
-
A
A file on disk that holds a contiguous portion of a partition's messages
-
B
A subset of partitions assigned to one consumer
-
C
A batch of messages in a single produce request
-
D
A configuration block in server.properties