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
* [Added] support for a `reconcile/1` callback.Added support for a
`reconcile/1` callback.
* [ADDED] `reconcile_every` config option to schedule how often to run
reconciliation
* [ADDED] `reconcile_batch_size` to set the size of the HTTP GET limit
when fetching batches of items to reconcile
* [FIXED] receiving `:DOWN` messages no longer crashes Watcher #20
* [FIXED] issue with partially received events #43Closes#43Closes#20Closes#30
Environment
Current behavior
If watching a resource with extremely high throughput, the streaming responses from k8s may be half of a JSON payload.
Current expectation is each
chunk
is a complete JSON event. Partial events cause process to crash and event to be lost.Expected behavior
Buffer HTTP responses and parse when the entire response is present.
The text was updated successfully, but these errors were encountered: