java - How does Kafka handles producers when all brokers go down? -


while studying , testing kafka, doubt came up:

how kafka handles production of records when everything down?

i know consumers have timeout on polls, , keep polling time time new records, until kafka online.

i know producers have queue that's added to. queue pushes content kafka, happens if entire kafka cluster down?

for obvious reasons, kafka cluster no longer receives records, how happen client side?

using kafka spring, there mechanism handles this?


Comments

Popular posts from this blog

neo4j - finding mutual friends in a cypher statement starting with three or more persons -

php - How to remove letter in front of the word laravel -

minify - Minimizing css files -