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

Refactor/clients folder #158

Open Cerchie opened 1 day ago

Cerchie commented 1 day ago

Summary of Changes

Moving AdminClients, KafkaProducerClients, and SchemaRegistry clients to their own clients folder and updating some imports. Had to change some methods in Clients to protected to make tests pass.

Any additional details or context that should be provided?

Refactoring in preparation for addressing #153

Pull request checklist

Please check if your PR fulfills the following (if applicable):