Docs Self-Managed Manage Redpanda Console Kafka Connect This is documentation for Self-Managed v23.3. To view the latest available version of the docs, see v24.2. Kafka Connect Redpanda Console provides a user interface that enables you to manage multiple Kafka connect clusters. You can inspect or patch connectors, restart/pause/resume their tasks, and also delete a connector. If you have configured more than one cluster, Redpanda Console will query all configured connect clusters for their status, so that you can have an overview across all your connect clusters. Configuration For each cluster you have to provide at least a unique name, the HTTP address of the cluster, and the authentication settings if required. The name can be any string of your choice that helps you to identify the connect cluster. The name has to be unique among the provided set of connect clusters though. You can view all available configuration options in the Redpanda Console Configuration. This sample configuration goes into the configuration file’s root level. connect: enabled: true clusters: - name: datawarehouse # Required field, will be used as identifier in the frontend url: http://dwh-connect.mycompany.com:8083 tls: enabled: false # Trusted certs are still allowed by default username: admin # password: # Set using flag --connect.clusters.0.password=secret - name: analytics # Required field, will be used as identifier in the frontend url: http://analytics.mycompany.com:8083 # No auth configured on that cluster, hence no username/password set Suggested labs Enable Plain Login Authentication for Redpanda ConsoleSearch all labs Back to top × Simple online edits For simple changes, such as fixing a typo, you can edit the content directly on GitHub. Edit on GitHub Or, open an issue to let us know about something that you want us to change. Open an issue Contribution guide For extensive content updates, or if you prefer to work locally, read our contribution guide . Was this helpful? thumb_up thumb_down group Ask in the community mail Share your feedback group_add Make a contribution Programmable Push Filters Topic Documentation