symfony/mercure

Only 1000 results from mercure with Docker setup

Opened this issue · 0 comments

If I am using the docker setup for mercure and try to gain a massive set of data the result I get from mercure is limited to 1000 events.

This is not limited by the history because the history is infinite. So no data is cleared. I can access via a last event id older data as well.

Is there a limitation that you can adjust or a reason why mercure is giving me only 1000 events? In my case it is possible to retreive way more than 1000 events form mercure and I have to work around to get all data by resubscribing to mercure with a new message id because otherwise I will only have the 1000 results and the rest is missing or comes with the next update of the mercure topic.