cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): add status logic #50

Closed cuisongliu closed 5 days ago

cuisongliu commented 5 days ago

This pull request makes several significant enhancements to the AutoMQ status reconciliation process, including improving the handling of pod statuses and adding utility functions to streamline the code. The most important changes include updating the AutoMQ phase handling, adding a function to get the number of running pods, and importing necessary packages.

Enhancements to AutoMQ status reconciliation:

Utility functions:

Imports:

Minor changes: