finos / finos/symphony-bdk-java
MultiInstance BDK bots to re-create datafeed independantly
Open
- Dominant language
- Java
- Stars
- 29
- Forks
- 77
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 3
Description
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.
Contributor guide
Assessment
This issue has not been assessed yet.