Integrate Kafka and MQTT - How to connect MQTT and Kafka

Поділитися
Вставка
  • Опубліковано 3 гру 2024

КОМЕНТАРІ • 18

  • @xavierpierre5586
    @xavierpierre5586 3 роки тому +3

    for avoid concern like you have b'temp' due to ascii encode you can use utf-8 encode and then after on mqtt_kafka_bridge you can use :
    msg_payload = str(message.payload.decode("utf-8", "ignore"))
    And thanks for your tutorial i follow it and it's work well even if for kafka part we need to follow your playlist for install kafka on windows and do some configuration to be ready i success to make it work and i'm thankfull to you for that it's a very nice tutorial.

    • @tech-letters
      @tech-letters  3 роки тому

      Thanks for the good hint with utf-8 and thanks for the feedback

  • @abdulmeral4811
    @abdulmeral4811 2 роки тому +1

    thank you very much man, i made my project thanks to you ;)

  • @giuliocattarin7777
    @giuliocattarin7777 2 роки тому +2

    Super helpful, thanks a lot for the tutorial!

  • @robinzclark
    @robinzclark 2 роки тому +1

    Great video. Thank you so much. Awesome dog too.

  • @michaelnicholson9481
    @michaelnicholson9481 3 роки тому +4

    Nice video.
    The delay in your consumer and bridge during option 2 demo was because you had some text selected in the command prompt. Unfortunately I do it all the time :-)
    I look forward to your video on Confluent Kafka.

    • @tech-letters
      @tech-letters  3 роки тому

      That's a good hint. Thanks. Will have more time now for further videos

  • @Lionhat-007
    @Lionhat-007 3 роки тому +1

    can you make tutorial how to send data mqtt to MySQL database

  • @4sci
    @4sci Рік тому +1

    thnaks!!

  • @housebeatsmix5661
    @housebeatsmix5661 3 роки тому +1

    Thank you, very helpful....

  • @rachidelqomri2178
    @rachidelqomri2178 2 роки тому +1

    Thanks a lot

  • @rezahamzeh3736
    @rezahamzeh3736 3 роки тому +2

    Amazing! Can you please create a tutorial for Confluent Kafka? It seems COnfluent is more production-ready than pykafka and kafka python

  • @justiceyuika
    @justiceyuika 2 роки тому +1

    Thank you

  • @beloaded3736
    @beloaded3736 3 роки тому +1

    Thanks sir 😊

  • @farouklilou4527
    @farouklilou4527 3 роки тому +1

    Thanks 👍

  • @Mpanagiotopoulos
    @Mpanagiotopoulos 5 місяців тому

    11:25 I can feel the pain

  • @StevenWatchman-i7i
    @StevenWatchman-i7i 3 місяці тому

    Maia Vista