Skip to content

MultiInstance BDK bots to re-create datafeed independantly #782

@dilanSymphony

Description

@dilanSymphony

When two bot instances are running utilising the BDK framework, and datafeed read is implemented. It will read from the same datafeedId.
However, upon a datafeed re-creation event, both instances independently re-create datafeedIds. Thus, the two instances are reading two different datafeedIds rather than a single one. This is causing duplicate events to be read and processed by the two bot instances.

We would like a way for the BDK framework to handle and create a single datafeed for multi-instance bots upon a datafeed re-creation event; so that a single datafeed is being utilised.

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