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.