Remove Konnect clients in client provider #6340
Labels
area/konnect
Issues and PRs related to Konnect
area/maintenance
Cleanup, refactoring, and other maintenance improvements that don't change functionality.
Milestone
Is there an existing issue for this?
Does this enhancement require public documentation?
Problem Statement
Split from #6325.
When we move uploading config to Konnect to a separate loop, we do not need to keep them in client provider and remove the related processing code in
KongClient
for sending config to Konnect. Removing them in code would reduce the complexity and make code cleaner.Proposed Solution
KonnectClient
in client providerKongClient
to do special processes on sending config to KonnectAdditional information
Not a strong requirement for releasing the separate loop feature, but would make code and tests cleaner. So I did not add the
release/required
label.Acceptance Criteria
KonnectClient
is removed in clients providerKongClinent
The text was updated successfully, but these errors were encountered: