-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Description
As far as I understand Watch
class code it works synchronously: it makes HTTP request to apiserver and only after receiving whole response it allows to iterate over received list of events.
This is not very useful; what we need is asynchronous mechanism allowing to receive events as soon as they are received.
I looked into WebSockets
class which works in this manner, but it is quite low level and does not support event deserializing.
Do you plan to implement this?
Metadata
Metadata
Assignees
Labels
No labels