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

partial fix for #110, call Deserializer#configure and Serializer#configure #673

Merged
merged 4 commits into from
Aug 17, 2023

Conversation

edeesis
Copy link
Contributor

@edeesis edeesis commented Mar 2, 2023

partial fix for #110

when KafkaConsumerProcessor sets the serde beans in Consumer and Producer configuration

This will allow users to inform their custom serdes on whether this is a key or a value serde.

@graemerocher
Copy link
Contributor

needs test coverage

@edeesis
Copy link
Contributor Author

edeesis commented Apr 10, 2023

@graemerocher Apologies for the delay. I have added a test, but it might not be exactly what you're looking for. Happy to make any additional changes.

@edeesis edeesis force-pushed the partial-fix-110 branch 2 times, most recently from 07f7457 to bc784bf Compare April 10, 2023 23:50
@graemerocher graemerocher added the type: improvement A minor improvement to an existing feature label Apr 11, 2023
@guillermocalvo guillermocalvo self-assigned this Jul 19, 2023
Ed Mitchell and others added 3 commits July 26, 2023 10:59
…nd Serializer#configure when KafkaConsumerProcessor sets the serde beans in Consumer and Producer configuration
@guillermocalvo
Copy link
Contributor

I just rebased this branch, updated the test for custom consumer deserializers, and added one more for custom producer serializers.

@sdelamo sdelamo requested review from graemerocher and removed request for sdelamo August 4, 2023 07:38
@sdelamo sdelamo merged commit 44d7b8f into micronaut-projects:master Aug 17, 2023
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: improvement A minor improvement to an existing feature
Projects
No open projects
Status: Done
Development

Successfully merging this pull request may close these issues.

5 participants