HomeDevCentral

Document default exchange isn't specified in the config

Description

Document default exchange isn't specified in the config

Test Plan:
Post to /delivery/register_consumer the following payload:

{
	"anything": "anything"
}

(Flask considers request.json doesn't exist if the payload is empty,
this isn't a problem as we don't have any method accepting empty
payloads, as an API key will be required for register_consumer)

Get the following output to the console:

Client wants the default exchange, unspecified in config.
127.0.0.1 - - [06/Jul/2017 22:09:59] "POST /delivery/register_consumer HTTP/1.1" 400 -

Reviewers: dereckson

Reviewed By: dereckson

Differential Revision: https://devcentral.nasqueron.org/D1000

Details

Provenance
derecksonAuthored on Jul 6 2017, 19:52
derecksonPushed on Jul 6 2017, 20:10
Reviewer
dereckson
Differential Revision
D1000: Document default exchange isn't specified in the config
Parents
rNDc6f52565a71e: Clean up queue if exchange doesn't exist
Branches
Unknown
Tags
Unknown