cuisongliu / automq-operator

8 stars 1 forks source link

feat(main): fix panic for pipelines #38

Closed cuisongliu closed 1 week ago

cuisongliu commented 1 week ago

This pull request modifies the AutoMQReconciler to change the return types of various pipeline functions from context.Context to bool, simplifying the logic for determining whether to continue the pipeline.

Changes to Return Types:

Simplification of Pipeline Logic: