Sidecar application used by Confluent for VS Code, as a local proxy for Confluent Cloud, Confluent Platform and local Kafka clusters, to help users build streaming applications.
Apache License 2.0
3
stars
3
forks
source link
Add support for connecting to and using Confluent Platform MDS #128
Implement the existing PLATFORM connection type (or rename to MDS) that connects to an MDS URL using basic credentials (see #124) and uses the metadata API to dynamically discover the available Kafka and SR clusters that were registered with MDS. Once connected, the GraphQL response will include these clusters. Like with direct connections, these connections should provide configuration property overrides for the the Kafka and SR clients.
Implement the existing
PLATFORM
connection type (or rename toMDS
) that connects to an MDS URL using basic credentials (see #124) and uses the metadata API to dynamically discover the available Kafka and SR clusters that were registered with MDS. Once connected, the GraphQL response will include these clusters. Like with direct connections, these connections should provide configuration property overrides for the the Kafka and SR clients.