How does kafka enabled event hub with iot hub works?2019 Community Moderator ElectionAzure ioT and Event Hub?Iot Hub - default event hub receive same message twiceMQTT Topic / property bag from Iot hub routed to event hubSend IOT Hub messages to external DBHow to send data from a device to IOT HUB?Scaling Azure IoT hub, partitioning and custom routes/endpointsWhy don't I see an event hub when I create an IoT Hub?How to read device-to-cloud from Azure IoT hub with android?Custom endpoint receives no IoT Hub meta dataSubscribe to Azure IoT Hub Device Events

How can I handle a player who pre-plans arguments about my rulings on RAW?

What do you call the early days of flu recovery

Split a number into equal parts given the number of parts

Why is it "take a leak?"

It doesn't matter the side you see it

How to mitigate "bandwagon attacking" from players?

I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?

Every subset equal to original set?

Should we avoid writing fiction about historical events without extensive research?

“I had a flat in the centre of town, but I didn’t like living there, so …”

Can I cast a spell through the Invoke Duplicity clone while inside a Forcecage?

Is there a full canon version of Tyrion's jackass/honeycomb joke?

Wardrobe above a wall with fuse boxes

GPL code private and stolen

Create chunks from an array

Reason why dimensional travelling would be restricted

Four buttons on a table

Can a space-faring robot still function over a billion years?

If there are any 3nion, 5nion, 7nion, 9nion, 10nion, etc.

How to get the first element while continue streaming?

Has Wakanda ever accepted refugees?

Can I solder 12/2 Romex to extend wire 5 ft?

Why is my Contribution Detail Report (native CiviCRM Core report) not accurate?

I can't die. Who am I?



How does kafka enabled event hub with iot hub works?



2019 Community Moderator ElectionAzure ioT and Event Hub?Iot Hub - default event hub receive same message twiceMQTT Topic / property bag from Iot hub routed to event hubSend IOT Hub messages to external DBHow to send data from a device to IOT HUB?Scaling Azure IoT hub, partitioning and custom routes/endpointsWhy don't I see an event hub when I create an IoT Hub?How to read device-to-cloud from Azure IoT hub with android?Custom endpoint receives no IoT Hub meta dataSubscribe to Azure IoT Hub Device Events










0















I am using iot hub service for device connection. Now is it possible to read the messages from event hub if I have created the custom endpoint in iot hub?



I am sending some data to IoT hub and I want to send the messages to kafka enabled event hub so that kafka based application can read the data from this event hub.



Please guide me I am new to the technology.
Any documentation or blog/article would be helpful.










share|improve this question


























    0















    I am using iot hub service for device connection. Now is it possible to read the messages from event hub if I have created the custom endpoint in iot hub?



    I am sending some data to IoT hub and I want to send the messages to kafka enabled event hub so that kafka based application can read the data from this event hub.



    Please guide me I am new to the technology.
    Any documentation or blog/article would be helpful.










    share|improve this question
























      0












      0








      0








      I am using iot hub service for device connection. Now is it possible to read the messages from event hub if I have created the custom endpoint in iot hub?



      I am sending some data to IoT hub and I want to send the messages to kafka enabled event hub so that kafka based application can read the data from this event hub.



      Please guide me I am new to the technology.
      Any documentation or blog/article would be helpful.










      share|improve this question














      I am using iot hub service for device connection. Now is it possible to read the messages from event hub if I have created the custom endpoint in iot hub?



      I am sending some data to IoT hub and I want to send the messages to kafka enabled event hub so that kafka based application can read the data from this event hub.



      Please guide me I am new to the technology.
      Any documentation or blog/article would be helpful.







      azure azure-iot-hub azure-eventhub






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 12 hours ago









      Yatin GaikwadYatin Gaikwad

      36111




      36111






















          1 Answer
          1






          active

          oldest

          votes


















          0














          You can route device-to-cloud messages sent to your IoT hub to one or more endpoints by configuring routes - in addition to the built-in endpoint, you can route messages to Event Hubs, Service Bus, or blob storage. To get started, take a look at: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c. There's also a routing tutorial you can follow: https://docs.microsoft.com/azure/iot-hub/tutorial-routing






          share|improve this answer






















            Your Answer






            StackExchange.ifUsing("editor", function ()
            StackExchange.using("externalEditor", function ()
            StackExchange.using("snippets", function ()
            StackExchange.snippets.init();
            );
            );
            , "code-snippets");

            StackExchange.ready(function()
            var channelOptions =
            tags: "".split(" "),
            id: "1"
            ;
            initTagRenderer("".split(" "), "".split(" "), channelOptions);

            StackExchange.using("externalEditor", function()
            // Have to fire editor after snippets, if snippets enabled
            if (StackExchange.settings.snippets.snippetsEnabled)
            StackExchange.using("snippets", function()
            createEditor();
            );

            else
            createEditor();

            );

            function createEditor()
            StackExchange.prepareEditor(
            heartbeatType: 'answer',
            autoActivateHeartbeat: false,
            convertImagesToLinks: true,
            noModals: true,
            showLowRepImageUploadWarning: true,
            reputationToPostImages: 10,
            bindNavPrevention: true,
            postfix: "",
            imageUploader:
            brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
            contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
            allowUrls: true
            ,
            onDemand: true,
            discardSelector: ".discard-answer"
            ,immediatelyShowMarkdownHelp:true
            );



            );













            draft saved

            draft discarded


















            StackExchange.ready(
            function ()
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55021293%2fhow-does-kafka-enabled-event-hub-with-iot-hub-works%23new-answer', 'question_page');

            );

            Post as a guest















            Required, but never shown

























            1 Answer
            1






            active

            oldest

            votes








            1 Answer
            1






            active

            oldest

            votes









            active

            oldest

            votes






            active

            oldest

            votes









            0














            You can route device-to-cloud messages sent to your IoT hub to one or more endpoints by configuring routes - in addition to the built-in endpoint, you can route messages to Event Hubs, Service Bus, or blob storage. To get started, take a look at: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c. There's also a routing tutorial you can follow: https://docs.microsoft.com/azure/iot-hub/tutorial-routing






            share|improve this answer



























              0














              You can route device-to-cloud messages sent to your IoT hub to one or more endpoints by configuring routes - in addition to the built-in endpoint, you can route messages to Event Hubs, Service Bus, or blob storage. To get started, take a look at: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c. There's also a routing tutorial you can follow: https://docs.microsoft.com/azure/iot-hub/tutorial-routing






              share|improve this answer

























                0












                0








                0







                You can route device-to-cloud messages sent to your IoT hub to one or more endpoints by configuring routes - in addition to the built-in endpoint, you can route messages to Event Hubs, Service Bus, or blob storage. To get started, take a look at: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c. There's also a routing tutorial you can follow: https://docs.microsoft.com/azure/iot-hub/tutorial-routing






                share|improve this answer













                You can route device-to-cloud messages sent to your IoT hub to one or more endpoints by configuring routes - in addition to the built-in endpoint, you can route messages to Event Hubs, Service Bus, or blob storage. To get started, take a look at: https://docs.microsoft.com/azure/iot-hub/iot-hub-devguide-messages-d2c. There's also a routing tutorial you can follow: https://docs.microsoft.com/azure/iot-hub/tutorial-routing







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 9 hours ago









                Dominic BettsDominic Betts

                1,7201410




                1,7201410





























                    draft saved

                    draft discarded
















































                    Thanks for contributing an answer to Stack Overflow!


                    • Please be sure to answer the question. Provide details and share your research!

                    But avoid


                    • Asking for help, clarification, or responding to other answers.

                    • Making statements based on opinion; back them up with references or personal experience.

                    To learn more, see our tips on writing great answers.




                    draft saved


                    draft discarded














                    StackExchange.ready(
                    function ()
                    StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fstackoverflow.com%2fquestions%2f55021293%2fhow-does-kafka-enabled-event-hub-with-iot-hub-works%23new-answer', 'question_page');

                    );

                    Post as a guest















                    Required, but never shown





















































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown

































                    Required, but never shown














                    Required, but never shown












                    Required, but never shown







                    Required, but never shown







                    Popular posts from this blog

                    AWS Lex not identifying response if by a variable The 2019 Stack Overflow Developer Survey Results Are In Announcing the arrival of Valued Associate #679: Cesar Manara Planned maintenance scheduled April 17/18, 2019 at 00:00UTC (8:00pm US/Eastern) The Ask Question Wizard is Live! Data science time! April 2019 and salary with experienceEnforcing custom enumeration in AWS LEX for slot valuesHow to give response based on user response in Amazon Lex?Intercepting AWS Lambda Response to a AWS Lex QueryLex chat bot error: Reached second execution of fulfillment lambda on the same utteranceamazon lex showing invalid responseLambda response send back to Lex slot?Response card in Amazon lexAmazon Lex - Lambda response return HTML to botHow can I solve 424 (Failed Dependency) (python) obtained from Amazon lex?

                    Алба-Юлія

                    Захаров Федір Захарович