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
Use some in-memory component to implement the Actuator API.
We can choose any one of the in-memory components, such as the state component, such as the pubsub component, etc.
modify the quickstart and use the configs/config_in_memory.json instead, so that the demo won't try to connect to the remote server.
Why is this needed:
To solve the issue above, and make the quickstart more stable and testable
The text was updated successfully, but these errors were encountered:
What would you like to be added:
Currently our Actuator quickstart demo use the apollo component,which connects to the apollo server by default.
However, due to the GFW, the github workflow can not connect to the apollo server when running the tests:
see #456
To solve this issue, we can:
Use some in-memory component to implement the Actuator API.
We can choose any one of the in-memory components, such as the state component, such as the pubsub component, etc.
modify the quickstart and use the
configs/config_in_memory.json
instead, so that the demo won't try to connect to the remote server.Why is this needed:
To solve the issue above, and make the quickstart more stable and testable
The text was updated successfully, but these errors were encountered: