You have an existing topic t1 with four partitions.
Which statement is correct about changing the number of partitions for this topic?
A kafka topic has a replication factor of 3 and min.insync.replicas setting of 2. How many brokers can go down before a producer with acks=all can't produce?
A client connects to a broker in the cluster and sends a fetch request for a partition in a topic. It gets an exception Not Leader For Partition Exception in the response. How does client handle this situation?
Your topic is log compacted and you are sending a message with the key K and value null. What will happen?
Where are the dynamic configurations for a topic stored?