It seems that the BN is creating its own /map by aggregating the maps from the different beacon members.
However, this makes the BN map unstable as it depends on the beacons available (responding) at a given moment.
We created a mock endpoint "/gVariants2" and the BN picked it as its own genomicVariations endpoint.
I believe that the BN should have its own map and redirect the calls to the corresponding endpoints in the beacons.
It seems that the BN is creating its own
/mapby aggregating the maps from the different beacon members.However, this makes the BN map unstable as it depends on the beacons available (responding) at a given moment.
We created a mock endpoint "
/gVariants2" and the BN picked it as its own genomicVariations endpoint.I believe that the BN should have its own map and redirect the calls to the corresponding endpoints in the beacons.