diff --git a/docs/eventing/brokers/broker-types/README.md b/docs/eventing/brokers/broker-types/README.md index 0782aaa436..130a9651a2 100644 --- a/docs/eventing/brokers/broker-types/README.md +++ b/docs/eventing/brokers/broker-types/README.md @@ -20,5 +20,7 @@ This Broker implementation uses [Apache Kafka](https://kafka.apache.org/) as its ### RabbitMQ broker +⚠️ The component is deprecated and will no longer be shipped in future releases. For a timeline see: https://github.com/knative/eventing/issues/7670 + The RabbitMQ Broker uses [RabbitMQ](https://www.rabbitmq.com/) for its underlying implementation. For more information, see [RabbitMQ Broker](./rabbitmq-broker/README.md) or [the docs available on GitHub](https://github.com/knative-extensions/eventing-rabbitmq). diff --git a/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md b/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md index 6223e067f8..c9e3a42d8e 100644 --- a/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md +++ b/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md @@ -1,5 +1,7 @@ # Creating a RabbitMQ Broker +⚠️ The component is deprecated and will no longer be shipped in future releases. For a timeline see: https://github.com/knative/eventing/issues/7670 + This topic describes how to create a RabbitMQ Broker. ## Prerequisites diff --git a/docs/eventing/sources/rabbitmq-source/README.md b/docs/eventing/sources/rabbitmq-source/README.md index f1213c9c70..40edd949dc 100644 --- a/docs/eventing/sources/rabbitmq-source/README.md +++ b/docs/eventing/sources/rabbitmq-source/README.md @@ -1,5 +1,7 @@ # Creating a RabbitMQSource +⚠️ The component is deprecated and will no longer be shipped in future releases. For a timeline see: https://github.com/knative/eventing/issues/7670 + ![stage](https://img.shields.io/badge/Stage-stable-green?style=flat-square) ![version](https://img.shields.io/badge/API_Version-v1alpha1-red?style=flat-square) diff --git a/docs/install/yaml-install/eventing/install-eventing-with-yaml.md b/docs/install/yaml-install/eventing/install-eventing-with-yaml.md index cc7efab39e..0f0fc1717a 100644 --- a/docs/install/yaml-install/eventing/install-eventing-with-yaml.md +++ b/docs/install/yaml-install/eventing/install-eventing-with-yaml.md @@ -202,6 +202,8 @@ Follow the procedure for the Broker of your choice: === "RabbitMQ Broker" + ⚠️ The component is deprecated and will no longer be shipped in future releases. For a timeline see: https://github.com/knative/eventing/issues/7670 + * Install the RabbitMQ Broker by following the instructions in the [RabbitMQ Knative Eventing Broker README](https://github.com/knative-extensions/eventing-rabbitmq/tree/main/broker).