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(standalone-kafka) #664

Merged
merged 1 commit into from
Dec 3, 2024
Merged

refactor(standalone-kafka) #664

merged 1 commit into from
Dec 3, 2024

Conversation

osoykan
Copy link
Collaborator

@osoykan osoykan commented Dec 2, 2024

use StoveSerde<Any,ByteArry> interface to bridge the messages and let users select their ser/de #560

@osoykan osoykan force-pushed the improve-serde-standalone-kafka branch 2 times, most recently from 491b317 to 3d915c4 Compare December 3, 2024 08:56
Input1.parseFrom(it.toByteArray()) == input1Message
}
}
shouldBeConsumed<Input1> {
Copy link
Collaborator Author

@osoykan osoykan Dec 3, 2024

Choose a reason for hiding this comment

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

@DariusKlein, I have implemented the changes I mentioned in #560, and improved the ser/de operations. That led us to use the simple and clean DSL again, just FYI. And here are the tests you have written changed a little bit.

Feel free to give any feedback!

Copy link

github-actions bot commented Dec 3, 2024

Code Coverage

Total Project Coverage 70.83%

Copy link

codecov bot commented Dec 3, 2024

Codecov Report

Attention: Patch coverage is 82.14286% with 5 lines in your changes missing coverage. Please review.

Project coverage is 81.60%. Comparing base (4c03e83) to head (9074daf).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../stove/spring/streams/example/kafka/CustomSerDe.kt 66.66% 3 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main     #664     /-   ##
========================================
  Coverage   81.59%   81.60%            
========================================
  Files          85       69    -16     
  Lines        2532     1957   -575     
  Branches      163      111    -52     
========================================
- Hits         2066     1597   -469     
  Misses        366      296    -70     
  Partials      100       64    -36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@osoykan osoykan force-pushed the improve-serde-standalone-kafka branch 2 times, most recently from d1f78a9 to 71640f4 Compare December 3, 2024 09:09
… bridge the messages and let users select their ser/de #560
@osoykan osoykan force-pushed the improve-serde-standalone-kafka branch from 71640f4 to 9074daf Compare December 3, 2024 09:09
@osoykan osoykan merged commit 6cde696 into main Dec 3, 2024
4 checks passed
@osoykan osoykan deleted the improve-serde-standalone-kafka branch December 3, 2024 09:19
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.

1 participant