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

refactor!: merge projects into core framework #435

Merged

Conversation

jose-sousa-8
Copy link
Contributor

@jose-sousa-8 jose-sousa-8 commented Sep 19, 2023

Description

  • Removed TypedHandler, Compression, Serializer and BatchConsumer projects
  • Moved the aforementioned projects code to a separated namespace inside the core project
  • Segregated ISerializer and IDeserializer interfaces
  • Segregated ICompressor and IDecompressor interfaces
  • Changed exposed batching extension method from BatchConsume to AddBatching

Fixes #301 #432 #433

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have added tests to cover my changes
  • Need to update v3.0 migration documentation due to high amount of breaking changes in this PR (To be done in a separate PR)

@joelfoliveira
Copy link
Contributor

I believe this PR is missing the reference to this issue #433

Fixes #301 #432 #433

Copy link
Contributor

@brmagadutra brmagadutra left a comment

Choose a reason for hiding this comment

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

https://github.com/Farfetch/kafkaflow/pull/435/files#r1341969932 This discussion is the only point for me pending approval of the PR or not.

@jose-sousa-8 jose-sousa-8 marked this pull request as ready for review October 4, 2023 11:26
Copy link
Contributor

@erik-catalao erik-catalao left a comment

Choose a reason for hiding this comment

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

LGTM

@jose-sousa-8 jose-sousa-8 force-pushed the refactor!/merge-projects branch 2 times, most recently from 17cb6b7 to 896a256 Compare October 25, 2023 13:52
@joelfoliveira joelfoliveira merged commit 07b7cfd into Farfetch:release/3.0 Oct 30, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

9 participants