remove ending message for rpc reply
At the moment for each msg_id we receive two amqp messages - first one
with the payload, a second one to ensure the other have finish to send
the payload. This was made, because a long time ago 'reply' allowed
generator as payload to send multiple messages on one 'rpc.call' - [1]
It's a bad idea - to double RPC messages for each call, so we are going
to remove this the second AMQP message sending.
[1] - https:/
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Viktor Serhieiev
- Direction:
- Needs approval
- Assignee:
- Viktor Serhieiev
- Definition:
- New
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
Gerrit topic: https:/
Addressed by: https:/
Allow to remove second _send_reply() call
Addressed by: https:/
Refactor processing reply in ReplyWaiter
Addressed by: https:/
rabbit: test for new reply behavior