feat: add memory service queues (processing, indexing, dlq)
- processing-queue: high-throughput, auto-scaling (1-4 shards) - indexing-queue: FIFO with deduplication (1-2 shards) - memory-dlq: dead letter queue for redelivery failures - ArgoCD Application (wave 7) to auto-sync queue lifecycle
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
|
||||
namespace: sqs
|
||||
|
||||
resources:
|
||||
- processing-queue.yaml
|
||||
- indexing-queue.yaml
|
||||
- dlq.yaml
|
||||
Reference in New Issue
Block a user