Stream Analytics and Event Hub Consumer per Partition limitations
i hte following error in stream analytics input on 1 input: "only 5 receivers per partition allowed. please use dedicated consumer group job."
but can't find limitations that. output works fine. there still limitation per event hub partition 5 consumer groups can read @ same time? not use special partitions whole event hub. how can solve this? use table store , read that?
hi, when use event hub, default connecting "default consumer group". event hub allows max of 5 concurrent readers each consumer group. not need create special permissions. consumer group view on data of event hub. can find more detailed explanation here: https://azure.microsoft.com/en-us/documentation/articles/event-hubs-overview/
if looking specific documentation limit of 5 connections each consumer group, easy test connecting more 5 connections 1 consumer group , see if can keep connections active , reading form consumer group. should find limit.
thanks
venkat
venkat chilakala
Microsoft Azure > Azure Stream Analytics
Comments
Post a Comment