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.
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):
[x] Have you validated this change locally against a running instance of the Quarkus dev server?
make quarkus-dev
[x] Have you validated this change against a locally running native executable?
make mvn-package-native && ./target/ide-sidecar-*-runner
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):