We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e8d195a commit 1e987c0Copy full SHA for 1e987c0
configuration/javascript/sdk/order-processor/index.js
@@ -10,6 +10,7 @@ const CONFIGURATION_ITEMS = ["orderId1", "orderId2"];
10
11
async function main() {
12
const client = new DaprClient({daprHost, daprPort, communicationProtocol});
13
+ await client.health.isHealthy();
14
// Get config items from the config store
15
try {
16
const config = await client.configuration.get(DAPR_CONFIGURATION_STORE, CONFIGURATION_ITEMS);
0 commit comments