Events are not received or stored in history if the stream is paused

I forced a stream to be passed and ran a smart contract event. When I activated the paused streams, the stream should pickup the events from the history. But there is not a history of events and no retries where happened.

According to the documentation, it states that it will be retried for sure. Can you please investigate this issue?

I should get events with both statuses confirmed = true and confirmed = false but I only received confirmed = true because I have activated the streams. During this time, the events with confirmed = false are no more received

I hope this will be the same case for the events with any confirmation state.

while the stream is paused, from what I know, all the events are dropped and they don’t go to history, they go to history if the stream is in error state

Okay noted, Thanks. BTW, the inbuilt parse data utility from streams API is not working properly. It always returns a key-value pair as a response where the key is the event parameter name and the value is undefined.

Can you create a separate forum thread about this issue with an example?

Okay I will create new topic for this