Add separate section for Schema Registry and Kafka Connect in both config and UI #4120
Closed
2 tasks done
Labels
status/duplicate
This issue or pull request already exists
status/triage
Issues pending maintainers triage
type/feature
A new feature
Issue submitter TODO list
Is your proposal related to a problem?
Deployments of Schema Registry and Kafka Connect can be separate from Kafka clusters. For example, we can have a centralized schema registry deployment with reference to many Kafka clusters, and we can have multiple Kafka Connect clusters connecting to multiple Kafka clusters.
Currently both config and UI put Schema Registry and Kafka Connect under Kafka clusters. We would need to duplicate these configs in each cluster if we are sharing them across Kafka clusters:
Describe the feature you're interested in
It would be good if we can have a separate section of schema registry, and kafka connect.
In config it can look like:
In UI it can look like:
Describe alternatives you've considered
No response
Version you're running
56fa824
Additional context
For backwards compatibility and other use cases, we can still keep the original config, and add this as an extra.
The text was updated successfully, but these errors were encountered: