Alternate rabbit implementation that uses pika
Add an alternate rabbit implementation that uses the pika library instead of kombu. The pika library is more actively maintained than kombu, and also supports some useful features that kombu does not very well. This should also help with reliability too. Ideally this would eventually become the default rabbit implementation in oslo.messaging.
Blueprint information
- Status:
- Not started
- Approver:
- None
- Priority:
- Undefined
- Drafter:
- Manish Singh
- Direction:
- Approved
- Assignee:
- Dmitriy Ukhlov
- Definition:
- Pending Approval
- Series goal:
- None
- Implementation:
- Unknown
- Milestone target:
- None
- Started by
- Completed by
Related branches
Related bugs
Sprints
Whiteboard
This was discussed briefly at the Ops Mid-cycle meetup.
Hello Manish, I have prepared draft of rabbit-pika driver. I would like to colloborate with you and help to implement this blueprint.
https:/
Gerrit topic: https:/
Addressed by: https:/
Adapt functional tests to pika-driver
Addressed by: https:/
Implements rabbit-pika driver
Addressed by: https:/
Implements rabbit-pika driver
Addressed by: https:/
Merge remote-tracking branch 'origin/
---
Please mark this bp as implemented.
Addressed by: https:/
Add Documentation String for PikaDriver