Skip to content

Commit

Permalink
eclipse-ditto#760 send create thing with response-required=false
Browse files Browse the repository at this point in the history
Signed-off-by: Johannes Schneider <johannes.schneider@bosch.io>
  • Loading branch information
jokraehe committed Sep 8, 2020
1 parent 538318b commit 87dbecf
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -165,6 +165,7 @@ private Signal<CreateThing> getCreateThingSignal(final ExternalMessage message,
final String copyPolicyFrom = getCopyPolicyFrom(thingJson);
final DittoHeaders dittoHeaders = message.getInternalHeaders().toBuilder()
.contentType(DITTO_PROTOCOL_CONTENT_TYPE)
.responseRequired(false)
.build();
return CreateThing.of(newThing, inlinePolicyJson, copyPolicyFrom, dittoHeaders);
}
Expand Down

0 comments on commit 87dbecf

Please sign in to comment.