Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract common logic to abstract class, replace deprecated client met… #262

Merged
merged 2 commits into from
Dec 22, 2021

Conversation

kevinwallimann
Copy link
Collaborator

…hods

Closes #257

@kevinwallimann kevinwallimann marked this pull request as ready for review December 21, 2021 17:48
import java.util


abstract class AbstractAbrisRegistryClient(client: SchemaRegistryClient) extends AbrisRegistryClient {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could this be renamed to AbstractConfluentRegistryClient?

Abris Client - not dependent on implementation
Confluent Client - depends on confluent

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah that makes sense

@kevinwallimann kevinwallimann merged commit 35f1e69 into master Dec 22, 2021
@kevinwallimann kevinwallimann deleted the feature/257-confluent-deprecated-methods branch January 3, 2022 09:23
gintautassulskus-elsevier pushed a commit to gintautassulskus-elsevier/ABRiS that referenced this pull request Feb 4, 2022
AbsaOSS#262)

* Extract common logic to abstract class, replace deprecated client methods

* PR fix: Rename abstract class
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Confluent to not-deprecated methods
2 participants