Skip to content

KAFKA-6629: parameterise SegmentedCacheFunctionTest for session key schemas #19404

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

Open
wants to merge 1 commit into
base: trunk
Choose a base branch
from

Conversation

lorcanj
Copy link
Contributor

@lorcanj lorcanj commented Apr 7, 2025

Addresses:
KAFKA-6629

Adds configuration for the SessionKeySchema and parameterises the
existing tests so that both WindowKeys and SessionKeys are tested under
the existing unit tests.

@github-actions github-actions bot added triage PRs from the community streams labels Apr 7, 2025
Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

@mjsax
Copy link
Member

mjsax commented Apr 17, 2025

@lorcanj Thanks for the PR -- we are currently quite backlogged and it might take some more time until we get to your PR. Thanks for your understanding.

Copy link

A label of 'needs-attention' was automatically added to this PR in order to raise the
attention of the committers. Once this issue has been triaged, the triage label
should be removed to prevent this automation from happening again.

Copy link
Member

@bbejeck bbejeck left a comment

Choose a reason for hiding this comment

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

Thanks for the contribution @lorcanj! Apologies for taking so long to review. Over all this looks good to me with one minor comment.

buf.putLong(startTime);

return Bytes.wrap(buf.array());
}
Copy link
Member

Choose a reason for hiding this comment

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

Since this is only used in the test maybe move it to SegmentedCacheFunctionTest

@github-actions github-actions bot removed needs-attention triage PRs from the community labels May 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants