Skip to content

115 refactor fetchparams / Fix Invalid builder behaviour - #118

Merged
dhonig merged 10 commits into
mainfrom
115-refactor-fetchparams
Aug 31, 2025
Merged

115 refactor fetchparams / Fix Invalid builder behaviour#118
dhonig merged 10 commits into
mainfrom
115-refactor-fetchparams

Conversation

@dhonig

@dhonig dhonig commented Apr 20, 2025

Copy link
Copy Markdown
Collaborator
  • Introduce factory method with params for FetchParams
  • Ensure that FetchParams are used for initialization so that we honor the builders fluent interface.
  • Add tests showing that fetch params are set from the ConsumerGroupBuilder

@dhonig
dhonig requested a review from hgm-king April 20, 2025 19:56
@dhonig dhonig linked an issue Apr 20, 2025 that may be closed by this pull request

@hgm-king hgm-king left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I like this a lot better, youre right the fetch params were duplicated so breaking it down to only hold one copy is ideal

@dhonig

dhonig commented Apr 22, 2025

Copy link
Copy Markdown
Collaborator Author

@hgm-king I think we need to bump the version in accordance with accepted semantic versioning practices.
Maybe lets merge this to a candidate release branch and we can batch in a few other feature requests and release it all at once.

@dhonig
dhonig merged commit 7928632 into main Aug 31, 2025
3 checks passed
@dhonig
dhonig deleted the 115-refactor-fetchparams branch August 31, 2025 15:23
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 FetchParams

2 participants