Skip to content

Commit

Permalink
set "is-group-topic" to true for some piggyback command examples;
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Maute <stefan.maute@bosch.io>
  • Loading branch information
Stefan Maute committed Feb 4, 2022
1 parent bd1184c commit e088a85
Showing 1 changed file with 13 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -568,15 +568,15 @@ Example:

```json
{
"targetActorSelection": "/system/sharding/connection",
"headers": {
"aggregate": false,
"is-group-topic": true
},
"piggybackCommand": {
"type": "connectivity.commands:createConnection",
...
}
"targetActorSelection": "/system/sharding/connection",
"headers": {
"aggregate": false,
"is-group-topic": true
},
"piggybackCommand": {
"type": "connectivity.commands:createConnection",
...
}
}
```

Expand All @@ -599,7 +599,7 @@ Example piggyback for
"targetActorSelection": "/system/sharding/policy",
"headers": {
"aggregate": false,
"is-group-topic": false
"is-group-topic": true
},
"piggybackCommand": {
"type": "policies.commands:createPolicy",
Expand All @@ -620,7 +620,7 @@ Example piggyback for
"targetActorSelection": "/system/sharding/policy",
"headers": {
"aggregate": false,
"is-group-topic": false
"is-group-topic": true
},
"piggybackCommand": {
"type": "policies.commands:retrievePolicy",
Expand Down Expand Up @@ -648,7 +648,7 @@ Example piggyback for
"targetActorSelection": "/system/sharding/thing",
"headers": {
"aggregate": false,
"is-group-topic": false
"is-group-topic": true
},
"piggybackCommand": {
"type": "things.commands:createThing",
Expand All @@ -667,7 +667,7 @@ Example piggyback for
"targetActorSelection": "/system/sharding/thing",
"headers": {
"aggregate": false,
"is-group-topic": false
"is-group-topic": true
},
"piggybackCommand": {
"type": "things.commands:retrieveThing",
Expand Down

0 comments on commit e088a85

Please sign in to comment.