Which of the following is incorrect ?
Select the right answer from the below options
(1)In a Kafka cluster messages are retained whether or not they have been consumed for the retention period configured.
(2)A consumer instance sees records in the order they are stored in the log.
(3)Kafka cluster retains all published messages.
(4)In a Kafka Broker with multiple Consumer Group, a Topic Partition could be read by maximum of only one Consumer in a consumer Group.