Skip to content
代码片段 群组 项目
派生自 oss-mirrors / ICV / kafka
源项目有可见性限制。
用户头像
Gardner Vickers 编辑于
ControlledShutdown without invoking the rest of the broker shutdown logic.
This is useful for forcing a broker out of the cluster without bringing
down the external endpoints. This is necessary because in AWS, a broker
which receives SIGTERM can result in external unavailability before
controlled shutdown is complete. By having an external service trigger
`beginShutdown`, the broker can cede leadership before receiving SIGTERM.

This PR also introduces a Jetty REST server along with a handler which can be used to trigger the beginShutdown hook.
4095ec32
历史
名称 最后提交 最后更新
..