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
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 12 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 9 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