-
Notifications
You must be signed in to change notification settings - Fork 119
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
joelfoliveira
merged 1 commit into
Farfetch:release/3.0
from
jose-sousa-8:refactor!/merge-projects
Oct 30, 2023
Merged
refactor!: merge projects into core framework #435
joelfoliveira
merged 1 commit into
Farfetch:release/3.0
from
jose-sousa-8:refactor!/merge-projects
Oct 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
jose-sousa-8
force-pushed
the
refactor!/merge-projects
branch
4 times, most recently
from
September 20, 2023 21:05
c07d520
to
5750d76
Compare
joelfoliveira
requested review from
gsferreira,
ailtonguitar,
simaoribeiro,
brmagadutra,
ruiqbarbosa,
JoaoRodriguesGithub and
erik-catalao
September 30, 2023 13:13
joelfoliveira
approved these changes
Sep 30, 2023
src/KafkaFlow.Serializer.SchemaRegistry.ConfluentProtobuf/ConfluentProtobufDeserializer.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Serializer/Middlewares/SerializerConsumerMiddleware.cs
Outdated
Show resolved
Hide resolved
brmagadutra
reviewed
Oct 2, 2023
brmagadutra
reviewed
Oct 2, 2023
brmagadutra
reviewed
Oct 2, 2023
brmagadutra
reviewed
Oct 2, 2023
There was a problem hiding this 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.
brmagadutra
approved these changes
Oct 3, 2023
simaoribeiro
suggested changes
Oct 4, 2023
samples/KafkaFlow.Sample.SchemaRegistry/Handlers/AvroMessageHandler.cs
Outdated
Show resolved
Hide resolved
ruiqbarbosa
approved these changes
Oct 4, 2023
JoaoRodriguesGithub
approved these changes
Oct 4, 2023
ailtonguitar
reviewed
Oct 4, 2023
jose-sousa-8
force-pushed
the
refactor!/merge-projects
branch
from
October 4, 2023 14:00
5cd0f0d
to
a1851ef
Compare
filipeesch
reviewed
Oct 9, 2023
erik-catalao
approved these changes
Oct 9, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
filipeesch
suggested changes
Oct 9, 2023
src/KafkaFlow.Serializer.JsonCore/KafkaFlow.Serializer.JsonCore.csproj
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Serializer.NewtonsoftJson/KafkaFlow.Serializer.NewtonsoftJson.csproj
Outdated
Show resolved
Hide resolved
src/KafkaFlow.Serializer.ProtobufNet/KafkaFlow.Serializer.ProtobufNet.csproj
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Middlewares/Compressor/CompressorConsumerMiddleware.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Middlewares/Compressor/CompressorProducerMiddleware.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Middlewares/Serializer/Configuration/ConsumerMiddlewareConfigurationBuilder.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Middlewares/Serializer/Configuration/ProducerMiddlewareConfigurationBuilder.cs
Outdated
Show resolved
Hide resolved
src/KafkaFlow/Middlewares/TypedHandler/Configuration/TypedHandlerConfigurationBuilder.cs
Outdated
Show resolved
Hide resolved
filipeesch
approved these changes
Oct 10, 2023
jose-sousa-8
force-pushed
the
refactor!/merge-projects
branch
from
October 11, 2023 13:27
5fcdeec
to
897857a
Compare
filipeesch
force-pushed
the
release/3.0
branch
from
October 23, 2023 12:05
87cd205
to
d5a9c21
Compare
simaoribeiro
approved these changes
Oct 23, 2023
jose-sousa-8
force-pushed
the
refactor!/merge-projects
branch
2 times, most recently
from
October 25, 2023 13:52
17cb6b7
to
896a256
Compare
jose-sousa-8
force-pushed
the
refactor!/merge-projects
branch
from
October 25, 2023 15:11
3775633
to
8f89a91
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
ISerializer
andIDeserializer
interfacesICompressor
andIDecompressor
interfacesBatchConsume
toAddBatching
Fixes #301 #432 #433
Checklist