Skip to content

Adds a new component config option for Redis PubSub #4591

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 2 commits into
base: v1.15
Choose a base branch
from

Conversation

elena-kolevska
Copy link
Contributor

Thank you for helping make the Dapr documentation better!

Please follow this checklist before submitting:

  • Commits are signed with Developer Certificate of Origin (DCO - learn more)
  • Read the contribution guide
  • Commands include options for Linux, MacOS, and Windows within codetabs
  • New file and folder names are globally unique
  • Page references use shortcodes instead of markdown or URL links
  • Images use HTML style and have alternative text
  • Places where multiple code/command options are given have codetabs

In addition, please fill out the following to help reviewers understand this pull request:

Description

The change is related to this PR: dapr/components-contrib#3710

Adding the option to trim Redis streams based on timestamp. When minIDApprox is specified in the component file entries with IDs smaller than the specified threshold are evicted, keeping the stream trimmed to only contain entries with IDs greater than or equal to this value.
This can be used for time-based eviction since Redis stream IDs are in the format {timestamp-sequence}, where timestamp is in milliseconds since epoch.

Issue reference

Copy link

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label Mar 25, 2025
@github-actions github-actions bot closed this Apr 1, 2025
@WhitWaldo WhitWaldo removed the stale label Apr 1, 2025
@WhitWaldo WhitWaldo reopened this Apr 1, 2025
Copy link

github-actions bot commented Apr 7, 2025

Stale PR, paging all reviewers

@github-actions github-actions bot added the stale label Apr 7, 2025
@WhitWaldo WhitWaldo removed the stale label Apr 7, 2025
@msfussell msfussell added this to the 1.16 milestone Apr 12, 2025
@msfussell msfussell added the waiting-on-code-pr The code PR needs to be merged before the docs are updated label Apr 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/components waiting-on-code-pr The code PR needs to be merged before the docs are updated
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants