admin管理员组文章数量:1393085
following scenario.
- One event hub with incoming messages. (ingress event hub)
- Application reads, transforms and duplicate the messages.
- Afterwards publishing the messages to multiple other event hubs. (egress event hubs)
So one message from ingress event hub could be published to one or n egress event hubs.
Problem
We do the publishing in parallel, but at the end we have to wait, until all egress event hubs are done. That's because of the checkpointing for the ingress event hub, where we have only one checkpoint.
So, if one egress event hub have some problems (throttling, network issues,...), all other egress event hubs are also affected.
Are there any ideas to handle that?*
And btw. we have around 500 million ingress messages per day.
So things like event grid or a consumer group on ingress for each egress event hub will be very expensive. So I'm interested in a more "cheaper" variant.
Thx a lot!
本文标签: Transform and distribute messages from Azure Event hub to multiple event hubsStack Overflow
版权声明:本文标题:Transform and distribute messages from Azure Event hub to multiple event hubs - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744762436a2623831.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论