Question
Limits of Value Streams
Hi all,
I am facing this issue where I am not able to push more(85 to be exact) entries into a stream.
I have write a service which will calculate and then push the value to stream. I run the service 85 times and feed the same to stream.
to check the working/performance of the service i have fed 85 output to result.
i can see 85 values in result, but when i go to the stream and check the same i see only 40-50 are present.

