From 77a6dcf4fd889311ba53e3a0218e01e457b1db3e Mon Sep 17 00:00:00 2001 From: Chunyi Lyu Date: Thu, 22 Apr 2021 11:03:42 +0100 Subject: [PATCH] Add recommendations/comments to example manifests --- docs/examples/exchanges/direct-exchange.yaml | 1 + docs/examples/exchanges/fanout-exchange.yaml | 1 + docs/examples/queues/lazy-queue.yaml | 2 ++ docs/examples/queues/quorum-queue.yaml | 2 ++ 4 files changed, 6 insertions(+) diff --git a/docs/examples/exchanges/direct-exchange.yaml b/docs/examples/exchanges/direct-exchange.yaml index 1aeef045..795fb03b 100644 --- a/docs/examples/exchanges/direct-exchange.yaml +++ b/docs/examples/exchanges/direct-exchange.yaml @@ -1,3 +1,4 @@ +# More on direct exchange and other exchange types, see: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges. --- apiVersion: rabbitmq.com/v1alpha2 kind: Exchange diff --git a/docs/examples/exchanges/fanout-exchange.yaml b/docs/examples/exchanges/fanout-exchange.yaml index adbee876..25ac0f00 100644 --- a/docs/examples/exchanges/fanout-exchange.yaml +++ b/docs/examples/exchanges/fanout-exchange.yaml @@ -1,3 +1,4 @@ +# More on fanout exchange and other exchange types, see: https://www.rabbitmq.com/tutorials/amqp-concepts.html#exchanges. --- apiVersion: rabbitmq.com/v1alpha2 kind: Exchange diff --git a/docs/examples/queues/lazy-queue.yaml b/docs/examples/queues/lazy-queue.yaml index f6a2a51b..94962665 100644 --- a/docs/examples/queues/lazy-queue.yaml +++ b/docs/examples/queues/lazy-queue.yaml @@ -1,3 +1,5 @@ +# For more information on lazy queues, see: https://www.rabbitmq.com/lazy-queues.html. +# We recommmend configuring queues through policies to manage them in groups and be able to update queue configurations later on. --- apiVersion: rabbitmq.com/v1alpha2 kind: Policy diff --git a/docs/examples/queues/quorum-queue.yaml b/docs/examples/queues/quorum-queue.yaml index 4de9f7bc..8efc2c78 100644 --- a/docs/examples/queues/quorum-queue.yaml +++ b/docs/examples/queues/quorum-queue.yaml @@ -1,3 +1,5 @@ +# For more information about what/how to configure for quorum queues, see: https://www.rabbitmq.com/quorum-queues.html. +# We recommmend configuring queues through policies to manage them in groups and be able to update queue configurations later on. --- apiVersion: rabbitmq.com/v1alpha2 kind: Queue