You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CentralDogma supports multi-idc replication. However in usual cases we don't encourage sending requests to multiple IDCs since inter-replica traffic may increase resulting in slower latency. For this reason, users currently rely on manual operation when the primary data center may go down.
If there are no available endpoints in the primary IDC, we may want to let users specify a fallback EndpointGroup so that no manual intervention is required.
Currently, users can create a CentralDogma client with endpoints using the following APIs.
CentralDogma
supports multi-idc replication. However in usual cases we don't encourage sending requests to multiple IDCs since inter-replica traffic may increase resulting in slower latency. For this reason, users currently rely on manual operation when the primary data center may go down.If there are no available endpoints in the primary IDC, we may want to let users specify a fallback
EndpointGroup
so that no manual intervention is required.Currently, users can create a
CentralDogma
client with endpoints using the following APIs.centraldogma/client/java/src/main/java/com/linecorp/centraldogma/client/AbstractCentralDogmaBuilder.java
Lines 156 to 295 in 5463d22
I propose that we allow users to specify a fallback
EndpointGroup
via the following APIs.Note that this can be added in parallel with xDS related features.
ref: @imasahiro
The text was updated successfully, but these errors were encountered: