Пікірлер
@guymanheim
@guymanheim 2 ай бұрын
holy cow, this is a truly excellent series.
@omarcruz6326
@omarcruz6326 3 ай бұрын
Hello, hello. For the people here, asking how to connect the "MQTTX". Well, MQTTX or any other MQTT client will need to be configured basically in the same way: Broker URL, Port, and the most important The client certificate and the key. Once you do that, your client that could be anything will work perfectly. Personally, I like a lot MQTT Explorer so I always use that one. I entered the corresponding settings, I uploaded the Client Certficate and the key (this is Very important) and basically that's all. All works fine :)
@adatalearner
@adatalearner 5 ай бұрын
if there is a downstream application of the consumer, is it possible for the downstream consumer to send the acknowledgement to the queue that the message was accepted and handled? Or it should be the consumer only which can send an acknowledgement ?
@marcinostrowski960
@marcinostrowski960 6 ай бұрын
can you kindly explain how you setup MQTTX to connect to Azure Event Grid why don't you want to explain step by step how to configure everything, especially what everyone cares about the most mqttx also how to create a demo certificate for each mqtt client, you are avoiding the topic of how to configure everything and it irritates me a lot I know you are presenting possibilities, but for us engineers the most important thing is how everything works and how we can configure it to our needs so that our customer is satisfied. i f I show them that everything works, then I can find potential customers, if I show them how everything works on a real example I'm sorry for this tone, but it will definitely be financially beneficial for you to show step by step how to set up the mqqt client.
@amilaruwan99
@amilaruwan99 4 ай бұрын
Same here. He avoided the most important part.
@anant2215
@anant2215 7 ай бұрын
Thank you for your short and crisp tutorial for the Azure Event Grid. I have a question, how and what DB is preferred to save the published messages? I Have a scenario where I have 100 plus MQTT streams and I want to process and save the processed output into timeseries DB. And if needed users can pull up the historical data and see the trends etc. Thank you for your time and support.
@steveb7600
@steveb7600 6 ай бұрын
Cosmos DB
@ingybing
@ingybing 9 ай бұрын
At 11:47 you say that the topic names are either flat or hierarchical but I can only see in service bus that they are Flat.... if i try and make a hierarchical name it just gets converted to warehouse~ab~siteA. Has this been removed as supported functionality? for my scenario i might have customerA/live/topic1 customerB/live/topic1 so being able to manage these hierarchically and apply a permission at the customerB/live point and have it cascade to all child topics would be great but i don't see how you do this.
@csefi1138
@csefi1138 Жыл бұрын
Very good presentation! 👍
@EmileLombard-h4v
@EmileLombard-h4v Жыл бұрын
Hi can anyone explain how to generate certificate(s) and use the thumbnail authentication please?
@prawn764
@prawn764 Жыл бұрын
Hey could you please explain how to connect MQTTX to azure event grid?
@secularinvesting5970
@secularinvesting5970 Жыл бұрын
can you kindly explain how you setup MQTTX to connect to Azure Event Grid?
@santiagobarbieri-vn9rz
@santiagobarbieri-vn9rz Жыл бұрын
Azure Event Grid is a push style distribution of events. Azure Service Buss is a pull-style. Azure Event Hubs is a push-style or pull-style? The sever (Event Hubs) pushes the events to the consumer.? Or the consumer pull the events?
@clemensv
@clemensv Жыл бұрын
The consumer pulls with Event Hubs.
@santiagobarbieri-vn9rz
@santiagobarbieri-vn9rz Жыл бұрын
@@clemensv Thanks!
@santiagobarbieri-vn9rz
@santiagobarbieri-vn9rz Жыл бұрын
In Kafka we have brokers. We have the leader and the follower. If the leader server goes down, then the follower becomes the leader. Does Azure Event Hubs has something similar?
@clemensv
@clemensv Жыл бұрын
As I explain in this talk, an Event Hubs deployment, of which we have several hundred, is a 3-tier broker cluster consisting of usually more than 30 VMs spread across 3 availability zones (= independent data centers). If any component across these three tiers goes down, it is instantly replaced in its role by a predesignated secondary (follower). We can lose two entire data centers and your namespace will still be up.
@santiagobarbieri-vn9rz
@santiagobarbieri-vn9rz Жыл бұрын
@@clemensv Perfect! Thanks for your answer
@vktop2
@vktop2 Жыл бұрын
Nice video!, How can I get the configuration data of an Azure Service Bus queue or topic automatically with powershell? thanks
@brow318
@brow318 2 жыл бұрын
Fantastic details. More, more, more.
@ajaypathakji
@ajaypathakji 2 жыл бұрын
Hi Clemens, Thanks for the wonderful presentation. I am looking to use Azure Service bus at organization level and wanted to know if there is some best practices that can be used for queue management and sharing Azure Service Bus across multiple application. I want to use Azure Service Bus as central place for sending notifications from application to application
@sawtarring2108
@sawtarring2108 2 жыл бұрын
𝐩𝓻Ỗ𝓂Ø𝓈M ✌️
@antoniemerks1375
@antoniemerks1375 2 жыл бұрын
How does the locking of messages work with multiple consumers (subscribers of topics) on the incoming message?
@azuresubscribe
@azuresubscribe 2 жыл бұрын
Each subscription has a distinct queue and locking there works like with any other queue. You can also have competing consumers on a subscription.
@bartmaraszek6495
@bartmaraszek6495 2 жыл бұрын
It is explained that a channel is unidirectional, but in the picture there are CH0, CH1, CH2 pointing in both directions, why?
@souraneelmandal7912
@souraneelmandal7912 3 жыл бұрын
Sir, Slides or ppts' are not accessible through the description given link. Please help me...
@layekhossain6798
@layekhossain6798 3 жыл бұрын
এই চ্যানেল সাব্‌সক্রাইব করে নোটিফিকেশন অন করে দিন kzbin.info/door/dMRJA7XyKM86DzXd6onKig আমার চ্যানেলের কনটেন্ট গুলো ভালো লাগলে লাইক, শেয়ার ও কমেন্ট করু
@ravim5616
@ravim5616 4 жыл бұрын
how is Event Hubs topic(Event Hub) different from Service Bus topic
@musicalintuition
@musicalintuition 4 жыл бұрын
Excellent series
@musicalintuition
@musicalintuition 4 жыл бұрын
Excellent introduction to AMQP. After seeing this I feel confident I can start reading the AMQP specs without being lost.
@TheMeeeehdiiii
@TheMeeeehdiiii 4 жыл бұрын
Hi, thanks for the videos. Session Flow Control is in the TLS layer, and Link Flow Control is above, in the application layer. Is this correct? And as i know, TCP itself has also Flow Control in its layer in the transport layer (layer4). Why is a Link Flow Control required? Is the Session Flow Control the same as the TCP Flow Control or is it again one above, additionally? Why do we have several Flow Controls on each layer/level? Why is a Link Flow Control needed if TCP already have a Flow Control? Appreciate any comments.
@Icr125riderI
@Icr125riderI 4 жыл бұрын
A lot of this flow control stuff seems like it would be handled for you via TCP, no? TCP with their sliding windows and what not. Is there and advantage to doing this up in the application layer too?
@musicalintuition
@musicalintuition 4 жыл бұрын
TCP only knows streams, not individual messages.
@johnplagman7192
@johnplagman7192 4 жыл бұрын
I have had great service really I got a great job with it I got
@zaeemahmedabbasi
@zaeemahmedabbasi 4 жыл бұрын
Please share link to next course o. TRANSACTIONS and so on..
@t00lkit
@t00lkit 4 жыл бұрын
Thanks Clemens: you've managed to bring the lacklustre OASIS spec to life. Bedankt!
@dplinux
@dplinux 4 жыл бұрын
Is there someone that can give me a brief summary/ explanation of this.??
@ifyboi85
@ifyboi85 4 жыл бұрын
This is the brief summary/ explanation of this
@machinegunner_
@machinegunner_ 4 жыл бұрын
He mentioned that the original specification is 100 pages long and this is 15 minutes of video. Yet you need a summary? ALAS!
@3j141592653589793238
@3j141592653589793238 5 жыл бұрын
Yay, SWF file format revived!
@OmerKatz1234
@OmerKatz1234 5 жыл бұрын
Thank you for these videos. You are much clearer than the spec. Where is part 6?
@CaboLabsHealthInformatics
@CaboLabsHealthInformatics 6 жыл бұрын
Look at the camera not at the monitor
@lmbpinaSoares
@lmbpinaSoares 6 жыл бұрын
Shut up, listen and be thankful.
@nomoredynasty
@nomoredynasty 4 жыл бұрын
@CaboLabs Health Informatics Dont be a dumb idiot
@amarzavery1
@amarzavery1 6 жыл бұрын
what is the difference between a channel and a link? It is too confusing. If channels are the same as links then why introduce two terms for the same thing?
@musicalintuition
@musicalintuition 4 жыл бұрын
channels are ephemeral and recreated upon every connection... Links are a higher abstraction and built on top of channels/sessions, which state can be persisted
@olexandrklymenko
@olexandrklymenko 7 жыл бұрын
damn boring :(
@machinegunner_
@machinegunner_ 4 жыл бұрын
If fundamentals are boring to you then you have a tough career ahead dude.
@ayushchachre6147
@ayushchachre6147 7 жыл бұрын
That is mind blowing !!!!!
@ayushchachre6147
@ayushchachre6147 7 жыл бұрын
hello, sir, By watching your videos i brought ethernet shield and arduino. What i am trying to do is access my ethernet shield or arduino from any remote location. But its not working , i tried port forwarding from my router. I can access them on my local network. So please help
@ryanjackson0x
@ryanjackson0x 7 жыл бұрын
Audio is a bit rough - echo-y.
@mandarbhatye17
@mandarbhatye17 7 жыл бұрын
Nice video. Thanks.
@pierreecholz9533
@pierreecholz9533 10 жыл бұрын
How do I connect to my radio stream from two different devices at the same time without getting knocked off by one..