confluentinc / ide-sidecar

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

Support using direct connections in Kafka REST, Message Consumer, and SR API endpoints #122

Closed rhauch closed 1 week ago

rhauch commented 2 weeks ago

Continuation of #96, and followup to #116 that added initial and limited direct connections (with GraphQL support) but did not register the kafka or SR cluster in the cluster cache, and did not verify the Kafka REST (including new produce support), Message Consumer and SR APIs work as expected.

Note that direct connections do not yet support credentials (see #116), so direct connections will only work with Kafka clusters and SR that have no authentication. We'll track adding support for various credential types in other issues: