doriordan / skuber

A Scala Kubernetes client library
Apache License 2.0
326 stars 97 forks source link

Improve handling of ERROR Watch events #352

Closed doriordan closed 1 year ago

doriordan commented 1 year ago

ERROR watch events will be handled differently to non-error events - instead of attempting to parse the object in the event and emitting it in the stream along with other events to the client, it will be either simply logged or optionally sent to a specified error handler function.