You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add AsyncOperationInProgress to ExternalObservation
When AsyncOperationInProgress is true, the managed reconciler sets
Synced=False with reason ReconcilePending instead of ReconcileSuccess.
This prevents a false Synced=True signal during long-running async
operations (e.g. MSK cluster instance type changes).
Note: go.mod contains a temporary replace directive pointing at
ajnye/crossplane for the ReconcilePending condition constructor.
This will be updated to the upstream commit once
crossplane/crossplane#7352 merges.
Fixes#941
Signed-off-by: Aj Nye <aj.nye@appian.com>
0 commit comments