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

Refactors impl/ folder #15

Merged
merged 1 commit into from
Nov 12, 2020
Merged

Refactors impl/ folder #15

merged 1 commit into from
Nov 12, 2020

Conversation

andremissaglia
Copy link
Contributor

The impl/ folder was using an old pattern, where every implementation would
fall into the same package. The major problem with this approach is that it
forces the clients to import way more dependencies than it is really needed.

This commit refactors the implementations into specific folders, while also
mantaining the deprecated versions for compatibility.

Fixes #11

The impl/ folder was using an old pattern, where every implementation would
fall into the same package. The major problem with this approach is that it
forces the clients to import way more dependencies than it is really needed.

This commit refactors the implementations into specific folders, while also
mantaining the deprecated versions for compatibility.

Fixes #11
@andremissaglia andremissaglia merged commit bea6a50 into master Nov 12, 2020
@andremissaglia andremissaglia deleted the feature/refactor-impl branch November 12, 2020 13:09
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.

Refactor kafka - segment
1 participant