Skip to content

Synchronous watches #275

@bartebor

Description

@bartebor

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions