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
Remove CaptureUpsertChange() and CaptureDeleteChange() from ChangeProcessor and pass all changes directly to
Process() instead. As a result, the clients will only need to call Process(), which will simplify them.
Now the clients make a combination of CaptureUpsertChange() and CaptureDeleteChange() calls followed by a call to
Process().
ja20222
added
backlog
Currently unprioritized work. May change with user feedback or as the product progresses.
and removed
proposal
labels
Apr 5, 2023
Remove CaptureUpsertChange() and CaptureDeleteChange() from ChangeProcessor and pass all changes directly to
Process() instead. As a result, the clients will only need to call Process(), which will simplify them.
Now the clients make a combination of CaptureUpsertChange() and CaptureDeleteChange() calls followed by a call to
Process().
See https://github.com/nginxinc/nginx-kubernetes-gateway/blob/d121ff136620844826ae5d20024e876af6c99119/internal/state/change_processor.go#L181
The text was updated successfully, but these errors were encountered: