Skip to content
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 modules/console/pages/config/configure-console.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ KAFKA_BROKERS=redpanda-0:9092,redpanda-1:9092,redpanda-2:9092
NOTE: You cannot use environment variables to configure object arrays, such as the configuration
for Kafka Connect clusters. In this case, use a YAML file, and provide secrets using environment variables or command line arguments.

include::shared:partial$community-supported-kc.adoc[]

== Docker Compose example

If you are using Docker Compose, you can mount the configuration file and set the environment variable in your `docker-compose.yml` file:
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/config/kafka-connect.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
:description: Connect one or more Kafka Connect clusters with Redpanda Console.
:page-aliases: console:features/kafka-connect.adoc, manage:console/kafka-connect.adoc

include::shared:partial$community-supported-kc.adoc[]

Redpanda Console provides a user interface that lets you manage multiple Kafka Connect clusters.
You can inspect or patch connectors; restart, pause, and resume connector tasks; and delete connectors.
Redpanda Console queries all configured Kafka Connect
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/config/security/authorization.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,8 @@ Redpanda Console provides the following predefined roles:
| No limitations
|===

include::shared:partial$community-supported-kc.adoc[]

== Grant permissions through role bindings

When impersonation is disabled, Redpanda Console connects to Redpanda APIs using the service account defined in:
Expand Down
2 changes: 2 additions & 0 deletions modules/console/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ image::schema-reg.png[]

View and manage Kafka Connect clusters and connectors, simplifying the integration of external systems with your streaming data.

include::shared:partial$community-supported-kc.adoc[]

== Who should use Redpanda Console?

Redpanda Console is designed for:
Expand Down
5 changes: 5 additions & 0 deletions modules/shared/partials/community-supported-kc.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
:note-caption: Community
NOTE: *Kafka Connect is community-supported on https://redpanda.com/slack[Redpanda Community Slack^]*. Redpanda Data does not provide enterprise support for Kafka Connect with Redpanda Console. For a supported and scalable Kafka Connect alternative, try xref:redpanda-connect:get-started:index.adoc[Redpanda Connect].

:note-caption: Note

Loading