mirror of https://github.com/dapr/docs.git
Update pubsub-raw.md
This commit is contained in:
parent
da08b1d031
commit
7afbc5dc06
|
@ -51,7 +51,7 @@ with DaprClient() as d:
|
||||||
topic='TOPIC_A',
|
topic='TOPIC_A',
|
||||||
data=json.dumps(req_data),
|
data=json.dumps(req_data),
|
||||||
metadata=(
|
metadata=(
|
||||||
('rawPayload', 'true'),
|
('rawpayload', 'true'),
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
# Print the request
|
# Print the request
|
||||||
|
|
Loading…
Reference in New Issue