in Education by
I have a data pipeline set up in Azure where I send messages to an IoTHub which then routes those messages to an EventHub. When I read from the EventHub using the standard EventProcessorHost method, I find that only one of the partitions is being read from. I assume that only one partition is actually having messages routed to it. I have not specified a partition key anywhere and expect that the messages would be routed to all of the partitions of the event hub using round robin (as per the documentation at https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-programming-guide). How can I configure my setup to route messages to all partitions of the event hub? JavaScript questions and answers, JavaScript questions pdf, JavaScript question bank, JavaScript questions and answers pdf, mcq on JavaScript pdf, JavaScript questions and solutions, JavaScript mcq Test , Interview JavaScript questions, JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)

1 Answer

0 votes
by
Like I said in the comment: Is it possible you are only receiving data from one device? IoT Hub does automatic partitioning based on the deviceId, so the partition affinity might be the cause.

Related questions

0 votes
    If only one 'Consumer Group' subscribed for a topic and there are lots of consumers in this Consumer Group, messages ... group. This is (1)Queuing model (2)Publish-Subscribe model...
asked Jun 17, 2021 in Technology by JackTerrance
0 votes
    Each Kafka partition has one server which acts as the _________....
asked Nov 16, 2022 in Education by JackTerrance
0 votes
0 votes
    Which component can be used for sending messages from one application to another? (a) server (b) client (c) mq ... & Servlet of Java Select the correct answer from above options...
asked Feb 22, 2022 in Education by JackTerrance
0 votes
    Phishing is a trick, used to hack personal or financial information such as security number and credit card number ... True b. False Select the correct answer from above options...
asked Dec 7, 2021 in Education by JackTerrance
0 votes
    Phishing is a trick, used to hack personal or financial information such as security number and credit card number ... True b. False Select the correct answer from above options...
asked Dec 5, 2021 in Education by JackTerrance
0 votes
    Phishing is a trick, used to hack personal or financial information such as security number and credit card number ... True b. False Select the correct answer from above options...
asked Nov 26, 2021 in Education by JackTerrance
0 votes
    a) North East in the Twilight of Independence - Cabinet Mission, the Grouping Plan and Partition a) Congress ... and its Consequences Select the correct answer from above options...
asked Aug 3, 2022 in Education by JackTerrance
0 votes
    Is it possible to create a complete SD image in linux without having root privileges (that is, no loopback ... Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Jun 2, 2022 in Education by JackTerrance
0 votes
    If there are n tuples in the partition and the rank of the tuple is r, then its ________ is ... Answers, Database Interview Questions and Answers for Freshers and Experience...
asked Oct 11, 2021 in Education by JackTerrance
0 votes
    Cap theorem states that it is impossible for a distributed data store to simultaneously provide more than _________ out of ... , Availability, Partition Tolerance. (1)One (2)Two...
asked Apr 21, 2021 in Technology by JackTerrance
0 votes
    What do you know about Partition in Kafka?...
asked Nov 1, 2020 in Technology by JackTerrance
+1 vote
    Cap theorem states that it is impossible for a distributed data store to simultaneously provide more than _________ out of ... correct option from below list (1)One (2)Two...
asked Oct 11, 2020 in Education by anonymous
...