symphony-bdk-java icon indicating copy to clipboard operation
symphony-bdk-java copied to clipboard

MultiInstance BDK bots to re-create datafeed independantly

Open dilanSymphony opened this issue 2 years ago • 0 comments

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.

dilanSymphony avatar Oct 19 '23 16:10 dilanSymphony