dunglas / mercure

🪽 An open, easy, fast, reliable and battery-efficient solution for real-time communications
https://mercure.rocks
GNU Affero General Public License v3.0
3.98k stars 296 forks source link

[Question] Overloading Mercure pipeline #611

Closed daphneaugier closed 2 years ago

daphneaugier commented 2 years ago

Hello Mercure community!

I am using the open-source version of Mercure in my project and was wondering if there is a limited number of topics supported. For example in my application let's say it can go up to 1000 users and I want one topic used per user, as the IRI would point to the user's ID, would that work properly performance-wise? How many topics are supported? Also do topics get garbage collected over a certain amount of time?

I was also wondering regarding the number of requests being sent per minute. I am not sure if an event concerns both publish and subscribe or only publish. So for example if I can do 30 POST/minute does it mean 30 request? Like 30 updates sent by the publisher and then the subscriber receives the event and this is 'included' in the POST. Or the GET by the subscriber is considered as a request and this means that I can really do 15 events per minute with my example?

Thank you for the help!

question

stale[bot] commented 2 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.