InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by graceful shutdown in Kafka? |
|
Answer» The Apache cluster will automatically identify any broker shutdown or failure. In this instance, new leaders for partitions previously handled by that device will be chosen. This can happen as a result of a server failure or even if it is shut down for maintenance or CONFIGURATION changes. When a server is taken down on purpose, Kafka PROVIDES a GRACEFUL method for terminating the server rather than killing it. When a server is switched off:
|
|