In reduce transforms, is there a limit on array concat merge strategy? #11494
-
Currently, when you use an array concat merge strategy, I don't see a limit on the number of items you concatenate. The expire_after_ms is the only way I could find to indirectly control the the size of array, IE flush out with shorter expiry. I would like to check if there is any setting to explicitly set a limit on concatenated array and expire the state when we hit the array limit? |
Beta Was this translation helpful? Give feedback.
Answered by
spencergilbert
Feb 22, 2022
Replies: 1 comment
-
Hi @ddayal219 - I don't think that's possible today, we do have this issue already open #9498 would that help in your usecase? |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
jszwedko
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @ddayal219 - I don't think that's possible today, we do have this issue already open #9498 would that help in your usecase?