[PR #356] [MERGED] feat: make message_type configurable in Control Plane #415

Closed
opened 2026-02-16 01:17:15 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/run-llama/llama_deploy/pull/356
Author: @masci
Created: 11/11/2024
Status: Merged
Merged: 11/11/2024
Merged by: @logan-markewich

Base: mainHead: massi/fix-349


📝 Commits (2)

📊 Changes

4 files changed (+40 additions, -15 deletions)

View changed files

📝 e2e_tests/message_queues/message_queue_kafka/test_message_queue.py (+3 -3)
📝 llama_deploy/control_plane/server.py (+15 -12)
tests/control_plane/__init__.py (+0 -0)
tests/control_plane/test_control_plane.py (+22 -0)

📄 Description

Fixes #349


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/run-llama/llama_deploy/pull/356 **Author:** [@masci](https://github.com/masci) **Created:** 11/11/2024 **Status:** ✅ Merged **Merged:** 11/11/2024 **Merged by:** [@logan-markewich](https://github.com/logan-markewich) **Base:** `main` ← **Head:** `massi/fix-349` --- ### 📝 Commits (2) - [`bce2737`](https://github.com/run-llama/llama_deploy/commit/bce27379b55fcd013eaea93821c217e0623e9066) better example - [`125cf47`](https://github.com/run-llama/llama_deploy/commit/125cf4773f17b29cbbe43c4b1c3a1d9d7372ec6e) add unit tests ### 📊 Changes **4 files changed** (+40 additions, -15 deletions) <details> <summary>View changed files</summary> 📝 `e2e_tests/message_queues/message_queue_kafka/test_message_queue.py` (+3 -3) 📝 `llama_deploy/control_plane/server.py` (+15 -12) ➕ `tests/control_plane/__init__.py` (+0 -0) ➕ `tests/control_plane/test_control_plane.py` (+22 -0) </details> ### 📄 Description Fixes #349 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 01:17:15 -05:00
yindo closed this issue 2026-02-16 01:17:15 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: run-llama/llama_deploy#415