Skip to content

Commit 0eea91c

Browse files
authored
DOC-1494 Mark KC as community supported (#1211)
1 parent c872eba commit 0eea91c

File tree

5 files changed

+13
-0
lines changed

5 files changed

+13
-0
lines changed

modules/console/pages/config/configure-console.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ KAFKA_BROKERS=redpanda-0:9092,redpanda-1:9092,redpanda-2:9092
4646
NOTE: You cannot use environment variables to configure object arrays, such as the configuration
4747
for Kafka Connect clusters. In this case, use a YAML file, and provide secrets using environment variables or command line arguments.
4848

49+
include::shared:partial$community-supported-kc.adoc[]
50+
4951
== Docker Compose example
5052

5153
If you are using Docker Compose, you can mount the configuration file and set the environment variable in your `docker-compose.yml` file:

modules/console/pages/config/kafka-connect.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
:description: Connect one or more Kafka Connect clusters with Redpanda Console.
33
:page-aliases: console:features/kafka-connect.adoc, manage:console/kafka-connect.adoc
44

5+
include::shared:partial$community-supported-kc.adoc[]
6+
57
Redpanda Console provides a user interface that lets you manage multiple Kafka Connect clusters.
68
You can inspect or patch connectors; restart, pause, and resume connector tasks; and delete connectors.
79
Redpanda Console queries all configured Kafka Connect

modules/console/pages/config/security/authorization.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ Redpanda Console provides the following predefined roles:
158158
| No limitations
159159
|===
160160

161+
include::shared:partial$community-supported-kc.adoc[]
162+
161163
== Grant permissions through role bindings
162164

163165
When impersonation is disabled, Redpanda Console connects to Redpanda APIs using the service account defined in:

modules/console/pages/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ image::schema-reg.png[]
4545

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

48+
include::shared:partial$community-supported-kc.adoc[]
49+
4850
== Who should use Redpanda Console?
4951

5052
Redpanda Console is designed for:
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
:note-caption: Community
2+
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].
3+
4+
:note-caption: Note
5+

0 commit comments

Comments
 (0)