cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): using deploy #34

Closed cuisongliu closed 1 week ago

cuisongliu commented 1 week ago

This pull request includes significant changes to the internal/controller/automq_controller_c.go file, primarily focused on refactoring the controller synchronization logic from using StatefulSets to Deployments. The changes also involve some minor code cleanups.

Controller Synchronization Refactor:

Code Cleanups: