mirror of https://github.com/dapr/docs.git
Merge branch 'v1.2' into aacrawfi/bridge
This commit is contained in:
commit
39567dfba4
|
@ -30,7 +30,7 @@ Dapr can use any Redis instance - either containerized on your local dev machine
|
||||||
{{< tabs "Self-Hosted" "Kubernetes" "Azure" "AWS" "GCP" >}}
|
{{< tabs "Self-Hosted" "Kubernetes" "Azure" "AWS" "GCP" >}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](next steps)
|
Redis is automatically installed in self-hosted environments by the Dapr CLI as part of the initialization process. You are all set and can skip to the [next steps](#next-steps)
|
||||||
{{% /codetab %}}
|
{{% /codetab %}}
|
||||||
|
|
||||||
{{% codetab %}}
|
{{% codetab %}}
|
||||||
|
@ -127,7 +127,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
```
|
```
|
||||||
|
|
||||||
This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions.
|
This example uses the kubernetes secret that was created when setting up a cluster with the above instructions.
|
||||||
|
|
||||||
{{% alert title="Other stores" color="primary" %}}
|
{{% alert title="Other stores" color="primary" %}}
|
||||||
If using a state store other than Redis, refer to the [supported state stores]({{< ref supported-state-stores >}}) for information on what options to set.
|
If using a state store other than Redis, refer to the [supported state stores]({{< ref supported-state-stores >}}) for information on what options to set.
|
||||||
|
@ -155,7 +155,7 @@ spec:
|
||||||
key: redis-password
|
key: redis-password
|
||||||
```
|
```
|
||||||
|
|
||||||
This example uses the the kubernetes secret that was created when setting up a cluster with the above instructions.
|
This example uses the kubernetes secret that was created when setting up a cluster with the above instructions.
|
||||||
|
|
||||||
{{% alert title="Other stores" color="primary" %}}
|
{{% alert title="Other stores" color="primary" %}}
|
||||||
If using a pub/sub message broker other than Redis, refer to the [supported pub/sub message brokers]({{< ref supported-pubsub >}}) for information on what options to set.
|
If using a pub/sub message broker other than Redis, refer to the [supported pub/sub message brokers]({{< ref supported-pubsub >}}) for information on what options to set.
|
||||||
|
|
|
@ -381,7 +381,7 @@ Deletes a timer for an actor.
|
||||||
|
|
||||||
#### HTTP Request
|
#### HTTP Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
DELETE http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/timers/<name>
|
DELETE http://localhost:<daprPort>/v1.0/actors/<actorType>/<actorId>/timers/<name>
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -14,7 +14,7 @@ Gets the health state for Dapr.
|
||||||
|
|
||||||
### HTTP Request
|
### HTTP Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
GET http://localhost:<daprPort>/v1.0/healthz
|
GET http://localhost:<daprPort>/v1.0/healthz
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,7 @@ Gets the Dapr sidecar information provided by the Metadata Endpoint.
|
||||||
|
|
||||||
### HTTP Request
|
### HTTP Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
GET http://localhost:<daprPort>/v1.0/metadata
|
GET http://localhost:<daprPort>/v1.0/metadata
|
||||||
```
|
```
|
||||||
|
|
||||||
|
@ -103,7 +103,7 @@ Adds a custom attribute to the Dapr sidecar information stored by the Metadata E
|
||||||
|
|
||||||
### HTTP Request
|
### HTTP Request
|
||||||
|
|
||||||
```http
|
```
|
||||||
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
|
PUT http://localhost:<daprPort>/v1.0/metadata/attributeName
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
@ -9,7 +9,7 @@ description: "Detailed documentation on the Zeebe command binding component"
|
||||||
|
|
||||||
To setup Zeebe command binding create a component of type `bindings.zeebe.command`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
To setup Zeebe command binding create a component of type `bindings.zeebe.command`. See [this guide]({{< ref "howto-bindings.md#1-create-a-binding" >}}) on how to create and apply a binding configuration.
|
||||||
|
|
||||||
See [this](https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview/) for Zeebe documentation.
|
See [this](https://docs.camunda.io/docs/product-manuals/zeebe/zeebe-overview) for Zeebe documentation.
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
apiVersion: dapr.io/v1alpha1
|
apiVersion: dapr.io/v1alpha1
|
||||||
|
@ -59,8 +59,7 @@ This component supports **output binding** with the following operations:
|
||||||
|
|
||||||
### Output binding
|
### Output binding
|
||||||
|
|
||||||
Zeebe uses gRPC under the hood for the Zeebe client we use in this binding. Please consult the gRPC API reference for more information:
|
Zeebe uses gRPC under the hood for the Zeebe client we use in this binding. Please consult the [gRPC API reference](https://stage.docs.zeebe.io/reference/grpc.html) for more information.
|
||||||
https://stage.docs.zeebe.io/reference/grpc.html
|
|
||||||
|
|
||||||
#### topology
|
#### topology
|
||||||
|
|
||||||
|
|
|
@ -22,38 +22,38 @@ spec:
|
||||||
metadata:
|
metadata:
|
||||||
- name: connectionString # Required
|
- name: connectionString # Required
|
||||||
value: "Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}"
|
value: "Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}"
|
||||||
- name: timeoutInSec # Optional
|
# - name: timeoutInSec # Optional
|
||||||
value: 60
|
# value: 60
|
||||||
- name: handlerTimeoutInSec # Optional
|
# - name: handlerTimeoutInSec # Optional
|
||||||
value: 60
|
# value: 60
|
||||||
- name: disableEntityManagement # Optional
|
# - name: disableEntityManagement # Optional
|
||||||
value: "false"
|
# value: "false"
|
||||||
- name: maxDeliveryCount # Optional
|
# - name: maxDeliveryCount # Optional
|
||||||
value: 3
|
# value: 3
|
||||||
- name: lockDurationInSec # Optional
|
# - name: lockDurationInSec # Optional
|
||||||
value: 60
|
# value: 60
|
||||||
- name: lockRenewalInSec # Optional
|
# - name: lockRenewalInSec # Optional
|
||||||
value: 20
|
# value: 20
|
||||||
- name: maxActiveMessages # Optional
|
# - name: maxActiveMessages # Optional
|
||||||
value: 2000
|
# value: 2000
|
||||||
- name: maxActiveMessagesRecoveryInSec # Optional
|
# - name: maxActiveMessagesRecoveryInSec # Optional
|
||||||
value: 2
|
# value: 2
|
||||||
- name: maxConcurrentHandlers # Optional
|
# - name: maxConcurrentHandlers # Optional
|
||||||
value: 10
|
# value: 10
|
||||||
- name: prefetchCount # Optional
|
# - name: prefetchCount # Optional
|
||||||
value: 5
|
# value: 5
|
||||||
- name: defaultMessageTimeToLiveInSec # Optional
|
# - name: defaultMessageTimeToLiveInSec # Optional
|
||||||
value: 10
|
# value: 10
|
||||||
- name: autoDeleteOnIdleInSec # Optional
|
# - name: autoDeleteOnIdleInSec # Optional
|
||||||
value: 10
|
# value: 10
|
||||||
- name: maxReconnectionAttempts # Optional
|
# - name: maxReconnectionAttempts # Optional
|
||||||
value: 30
|
# value: 30
|
||||||
- name: connectionRecoveryInSec # Optional
|
# - name: connectionRecoveryInSec # Optional
|
||||||
value: 2
|
# value: 2
|
||||||
- name: publishMaxRetries # Optional
|
# - name: publishMaxRetries # Optional
|
||||||
value: 5
|
# value: 5
|
||||||
- name: publishInitialRetryInternalInMs # Optional
|
# - name: publishInitialRetryInternalInMs # Optional
|
||||||
value: 500
|
# value: 500
|
||||||
```
|
```
|
||||||
|
|
||||||
> __NOTE:__ The above settings are shared across all topics that use this component.
|
> __NOTE:__ The above settings are shared across all topics that use this component.
|
||||||
|
@ -66,7 +66,7 @@ The above example uses secrets as plain strings. It is recommended to use a secr
|
||||||
|
|
||||||
| Field | Required | Details | Example |
|
| Field | Required | Details | Example |
|
||||||
|--------------------|:--------:|---------|---------|
|
|--------------------|:--------:|---------|---------|
|
||||||
| connectionString | Y | Connection-string for the Service Bus | "`Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}`"
|
| connectionString | Y | Shared access policy connection-string for the Service Bus | "`Endpoint=sb://{ServiceBusNamespace}.servicebus.windows.net/;SharedAccessKeyName={PolicyName};SharedAccessKey={Key};EntityPath={ServiceBus}`"
|
||||||
| timeoutInSec | N | Timeout for sending messages and management operations. Default: `60` |`30`
|
| timeoutInSec | N | Timeout for sending messages and management operations. Default: `60` |`30`
|
||||||
| handlerTimeoutInSec| N | Timeout for invoking app handler. # Optional. Default: `60` | `30`
|
| handlerTimeoutInSec| N | Timeout for invoking app handler. # Optional. Default: `60` | `30`
|
||||||
| disableEntityManagement | N | When set to true, topics and subscriptions do not get created automatically. Default: `"false"` | `"true"`, `"false"`
|
| disableEntityManagement | N | When set to true, topics and subscriptions do not get created automatically. Default: `"false"` | `"true"`, `"false"`
|
||||||
|
|
|
@ -342,9 +342,9 @@
|
||||||
"dev": true
|
"dev": true
|
||||||
},
|
},
|
||||||
"glob-parent": {
|
"glob-parent": {
|
||||||
"version": "5.1.1",
|
"version": "5.1.2",
|
||||||
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.1.tgz",
|
"resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
|
||||||
"integrity": "sha512-FnI+VGOpnlGHWZxthPGR+QhR78fuiK0sNLkHQv+bL9fQi57lNNdquIbna/WrfROrolq8GK5Ek6BiMwqL/voRYQ==",
|
"integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
|
||||||
"dev": true,
|
"dev": true,
|
||||||
"requires": {
|
"requires": {
|
||||||
"is-glob": "^4.0.1"
|
"is-glob": "^4.0.1"
|
||||||
|
|
Loading…
Reference in New Issue