diff --git a/docs/eventing/brokers/broker-types/README.md b/docs/eventing/brokers/broker-types/README.md index 130a9651a2..0782aaa436 100644 --- a/docs/eventing/brokers/broker-types/README.md +++ b/docs/eventing/brokers/broker-types/README.md @@ -20,7 +20,5 @@ 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 c9e3a42d8e..6223e067f8 100644 --- a/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md +++ b/docs/eventing/brokers/broker-types/rabbitmq-broker/README.md @@ -1,7 +1,5 @@ # 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 40edd949dc..f1213c9c70 100644 --- a/docs/eventing/sources/rabbitmq-source/README.md +++ b/docs/eventing/sources/rabbitmq-source/README.md @@ -1,7 +1,5 @@ # 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 08f4472f97..460ff0a2bf 100644 --- a/docs/install/yaml-install/eventing/install-eventing-with-yaml.md +++ b/docs/install/yaml-install/eventing/install-eventing-with-yaml.md @@ -202,8 +202,6 @@ 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).