producer consumer - How to achieve high speed processing using Azure Event Hub? -
i working on poc azure event hubs implement same our application.
quick brief on flow.
- created tool read csv data local folder , send event hub.
- we sending event data in batch event hub.
- with 12 instance of tool (parallel), can send total of 600 000 lines of messages event hub within 1 min.
- but, on receiver side, receive 600 000 lines of data, takes more 10 mins.
need achieve
- i match/double egress speed on receiver process data. existing configuration
the configuration have made user are
tu - 10 1 event hub 32 partition.
coding logic goes same mentioned in msdn
only difference is, sending line of data in batch.
eventprocessorhost options {maxbatchsize= 1000000,
prefetchcount=1000000