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
Difference between 'stomach' and 'uterus'
Is there a full canon version of Tyrion's jackass/honeycomb joke?
What are all the squawk codes?
Movie: Scientists travel to the future to avoid nuclear war, last surviving one is used as fuel by future humans
Why can't we make a perpetual motion machine by using a magnet to pull up a piece of metal, then letting it fall back down?
What are the issues with an additional (limited) concentration slot instead of Bladesong?
How to kill a localhost:8080
Plagiarism of code by other PhD student
Why won't the strings command stop?
What are SHA-rounds?
1970s scifi/horror novel where protagonist is used by a crablike creature to feed its larvae, goes mad, and is defeated by retraumatising him
Wardrobe above a wall with fuse boxes
How can I handle a player who pre-plans arguments about my rulings on RAW?
What is a term for a function that when called repeatedly, has the same effect as calling once?
Every subset equal to original set?
Rationale to prefer local variables over instance variables?
I encountered my boss during an on-site interview at another company. Should I bring it up when seeing him next time?
How do I deal with being envious of my own players?
How to roleplay my character's ethics according to the DM when I don't understand those ethics?
Skis versus snow shoes - when to choose which for travelling the backcountry?
Levi-Civita symbol: 3D matrix
Would the melodic leap of the opening phrase of Mozart's K545 be considered dissonant?
apt: What's the difference between "apt install php" and "apt install php-defaults"?
School performs periodic password audits. Is my password compromised?
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
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.
add a comment |
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.
add a comment |
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.
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.
asked 5 hours ago
Yatin GaikwadYatin Gaikwad
36111
36111
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
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
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
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
add a comment |
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
add a comment |
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
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
answered 2 hours ago
Dominic BettsDominic Betts
1,7201410
1,7201410
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
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
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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