Event grid throughput limit

社会主义新天地 提交于 2019-12-08 07:39:02

问题


I'm new to azure event grid concepts and currently doing research on event grid to implement in our project. Can any one tell about the throughput of event grid, how many events I can push per second and what is the egress of event grid per second, means count of output events per second from event grid.


回答1:


I asked Microsoft about this topic and this was their response:

Nape: Publish rate limit is about 5000 events per second. This is the events you can publish to Event Grid. You can achieve rates higher than this if the service instance is not as loaded. Keep in mind EG is a multitenant system.

https://docs.microsoft.com/en-us/azure/iot-hub/iot-hub-event-grid-routing-comparison High: Capable of routing 10,000,000 events per second per region.

Above represents the capability of the entire service in dispatching events, per region.




回答2:


Event Grid is build for large scale - millions of events per second in on throughput for both ingress and egress: https://docs.microsoft.com/en-us/azure/event-grid/overview#capabilities

There isn't a concept of a namespace in Event Grid, so you don't pre-provision a certain throughput capacity. It scales as you use it on a pay-per-operation basis.



来源:https://stackoverflow.com/questions/48564239/event-grid-throughput-limit

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!