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
I have confirmed that this should be classified as an enhancement rather than a bug/feature.
Summary
The task of the Broker to discover the NameServer is performed by BrokerOuterAPI#fetchNameServerAddr at an interval of 2 minutes. The registration interval in BrokerController#registerBrokerAll is 10 seconds.
If the address of the NameServer changes, the Broker may not be able to discover the new NameServer and register with it in a timely manner. It is suggested to extract the interval of fetchNameServerAddr as a parameter for the Broker.
Motivation
The task of the Broker to discover the NameServer is performed by BrokerOuterAPI#fetchNameServerAddr at an interval of 2 minutes. The registration interval in BrokerController#registerBrokerAll is 10 seconds.
Describe the Solution You'd Like
It is suggested to extract the interval of fetchNameServerAddr as a parameter for the Broker.
Describe Alternatives You've Considered
None
Additional Context
No response
The text was updated successfully, but these errors were encountered:
Before Creating the Enhancement Request
Summary
The task of the Broker to discover the NameServer is performed by BrokerOuterAPI#fetchNameServerAddr at an interval of 2 minutes. The registration interval in BrokerController#registerBrokerAll is 10 seconds.
If the address of the NameServer changes, the Broker may not be able to discover the new NameServer and register with it in a timely manner. It is suggested to extract the interval of fetchNameServerAddr as a parameter for the Broker.
Motivation
The task of the Broker to discover the NameServer is performed by BrokerOuterAPI#fetchNameServerAddr at an interval of 2 minutes. The registration interval in BrokerController#registerBrokerAll is 10 seconds.
Describe the Solution You'd Like
It is suggested to extract the interval of fetchNameServerAddr as a parameter for the Broker.
Describe Alternatives You've Considered
None
Additional Context
No response
The text was updated successfully, but these errors were encountered: