mirror of
https://github.com/run-llama/llama_deploy.git
synced 2026-08-24 21:01:26 -04:00
[PR #425] [MERGED] refact: remove BaseMessageQueue in favor of AbstractMessageQueue #457
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/run-llama/llama_deploy/pull/425
Author: @masci
Created: 1/9/2025
Status: ✅ Merged
Merged: 1/10/2025
Merged by: @masci
Base:
main← Head:massi/queue-refactor📝 Commits (2)
ab9ab5crefact: remove BaseMessageQueue in favor of AbstractMessageQueue98038c4fix unit tests📊 Changes
17 files changed (+47 additions, -97 deletions)
View changed files
📝
docs/docs/api_reference/llama_deploy/message_queues/index.md(+1 -1)📝
llama_deploy/apiserver/deployment.py(+8 -8)📝
llama_deploy/control_plane/base.py(+2 -2)📝
llama_deploy/control_plane/server.py(+4 -4)📝
llama_deploy/deploy/deploy.py(+8 -8)📝
llama_deploy/message_publishers/publisher.py(+2 -2)📝
llama_deploy/message_queues/__init__.py(+1 -2)📝
llama_deploy/message_queues/apache_kafka.py(+7 -11)📝
llama_deploy/message_queues/aws.py(+1 -9)📝
llama_deploy/message_queues/base.py(+2 -13)📝
llama_deploy/message_queues/rabbitmq.py(+1 -8)📝
llama_deploy/message_queues/redis.py(+1 -11)📝
llama_deploy/message_queues/simple/client.py(+1 -3)📝
llama_deploy/message_queues/solace.py(+1 -8)📝
llama_deploy/services/workflow.py(+4 -4)📝
tests/message_queues/simple/test_server.py(+2 -2)📝
tests/message_queues/test_rabbitmq.py(+1 -1)📄 Description
Fixes #359
Final step of the refactoring, removing
BaseMessageQueuein favor ofAbstractMessageQueue.Also in this PR:
topicthat was for backward compatibility withBaseMessageQueueprocessing_loop🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.