Contributor
Shibo Chen

Gracefully shuts down for dubbo-go-pixiu


Mentors
laurence
Organization
Apache Software Foundation
Technologies
go
Topics
web
Pixiu is an open source Dubbo ecosystem API gateway and language solution for accessing dubbo clusters. When Pixiu is closed, there may be some traffic loss at the end of mandatory. We need to ensure that Pixiu can be shut down normally and try our best to reduce traffic consumption. In summary, We need to realize the gracefully shut down function of Pixiu in several directions to reduce the traffic loss when Pixiu is closed. We need to add some related options in the configuration file to control graceful shut down, then we need Implement a graceful policy for each protocol listener.