Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release-1.13] add deprecation notices for rabbitmq integration #5862

Merged
merged 1 commit into from
Feb 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/eventing/brokers/broker-types/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
2 changes: 2 additions & 0 deletions docs/eventing/brokers/broker-types/rabbitmq-broker/README.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 2 additions & 0 deletions docs/eventing/sources/rabbitmq-source/README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
Loading