mirror of https://github.com/dapr/docs.git
parent
7e7eb8332f
commit
7246082382
|
@ -51,7 +51,7 @@ with DaprClient() as d:
|
|||
topic='TOPIC_A',
|
||||
data=json.dumps(req_data),
|
||||
metadata=(
|
||||
('rawPayload', 'true')
|
||||
('rawPayload', 'true'),
|
||||
)
|
||||
)
|
||||
# Print the request
|
||||
|
|
Loading…
Reference in New Issue