Spring Cloud Stream with Kafka Binder

แชร์
ฝัง
  • เผยแพร่เมื่อ 13 ต.ค. 2024
  • Hello everyone,
    In this video, We will connect with Apache Kafka using Spring Cloud Stream's Kafka Binder approach.
    It will be fun and exciting approach where you need very minimal configuration to work through your spring boot and Apache Kafka server.

ความคิดเห็น • 33

  • @anujsinghsomvanshi3385
    @anujsinghsomvanshi3385 7 หลายเดือนก่อน +1

    Nice Explanation. keep it up.👏

  • @swjny29
    @swjny29 3 วันที่ผ่านมา

    Nice video..really its helped

  • @AtulMore-q8c
    @AtulMore-q8c 8 หลายเดือนก่อน +1

    Really nice example, simple explanation, easy to understand. Keep posting.

  • @pandipalanichamy9319
    @pandipalanichamy9319 11 หลายเดือนก่อน +3

    within 20 mins u taught very crystal clear about kafka unlike normal video tutorial

  • @kumaripuja7111
    @kumaripuja7111 10 หลายเดือนก่อน +1

    It’s very precise. Thanks for sharing the knowledge. Please create more videos on Kafka stream processor.

  • @pco9556
    @pco9556 8 หลายเดือนก่อน

    Coool. Nice cleared kafka-binder tutorial video thanks.

  • @hariprakashreddym2595
    @hariprakashreddym2595 ปีที่แล้ว

    Nice topic, Very nice explanation, Thanks for your efforts.

  • @Mohamed-uf5jh
    @Mohamed-uf5jh 6 หลายเดือนก่อน +2

    Great job , a good explanation thanks

    • @h7sharma
      @h7sharma  6 หลายเดือนก่อน

      Glad it was helpful!

  • @rohitmanohar2733
    @rohitmanohar2733 ปีที่แล้ว +1

    Hi its very helpful video, Can u please add follow up video , like how to send custom object through Spring Cloud Stream and how to supply data coming from Rest endpoint to supply into kafka topic

  • @playboxjrekong9186
    @playboxjrekong9186 หลายเดือนก่อน

    very nice !!!!

  • @premraj.m
    @premraj.m ปีที่แล้ว +3

    6:30 kafkalytic pugin is nice...

  • @test-nature
    @test-nature 11 หลายเดือนก่อน

    Thank you very much. As begineer I understnad how we can start using Spring Cloud Stream with Kafka Binder

  • @blueeyes9691
    @blueeyes9691 5 หลายเดือนก่อน +1

    nice, bread 👍

  • @RahulSaini-pp5kz
    @RahulSaini-pp5kz 4 หลายเดือนก่อน

    No files are shown in my kafkalytic plugin. What to do???

  • @Dheeraj-i4n
    @Dheeraj-i4n 7 หลายเดือนก่อน

    Hey I have some doubts !! After running the application can I able to change / switch the binder/ message broker with out stopping my application. If this is possible how can we do it

  • @ankitmittal9034
    @ankitmittal9034 ปีที่แล้ว

    Question - What is the advantage of this over plain kafka consumers and producers. Also how is this different from KStreams and Spring Integration with Apache kafka ?

    • @h7sharma
      @h7sharma  ปีที่แล้ว

      Kafka binder is an abstraction over plain kafka, its advantage is in ease of configuration. If you are looking more fine grain control over your message production process you can opt for plain kafka/KafkaTemplate. Kstreams are focussed more on complex event processing.

  • @Madhavan2020
    @Madhavan2020 ปีที่แล้ว

    Thanks you so much 👏👏👏👏👏👏

    • @h7sharma
      @h7sharma  ปีที่แล้ว

      You are welcome 😊

  • @himanshumahajan2405
    @himanshumahajan2405 9 หลายเดือนก่อน +1

    Hello,
    What if my consumer topic and producer topic are from different brokers ? How to configure that

    • @h7sharma
      @h7sharma  9 หลายเดือนก่อน

      This might help -
      docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream-binder-kafka.html#_multi_binders_with_kafka_streams_based_binders_and_regular_kafka_binder

  • @quantix5352
    @quantix5352 ปีที่แล้ว

    Can I activate a specific spring.cloud.stream.function? For instance, if I have a REST Controller and want to send the request body to Kafka?

    • @h7sharma
      @h7sharma  ปีที่แล้ว

      You can conditionally activate the function using @ConditionalOnProperty. But, looking at the second part of your query seems StreamBridge might be a good option for you.
      Refer this link - docs.spring.io/spring-cloud-stream/docs/current/reference/html/spring-cloud-stream.html#_sending_arbitrary_data_to_an_output_e_g_foreign_event_driven_sources

  • @brucereed1777
    @brucereed1777 11 หลายเดือนก่อน

    I am not able to understand why the producer is adding message continuously at 22:49 in the logs. Am i missing anything ?

    • @h7sharma
      @h7sharma  11 หลายเดือนก่อน

      Its because they are considered as infinite stream and are getting polled for data, refer - cloud.spring.io/spring-cloud-function/reference/html/spring-cloud-function.html#_function_composition

  • @h7sharma
    @h7sharma  ปีที่แล้ว +1

    Github link: github.com/himanshuntwk/spring-projects/tree/main/kafka-binder-demo

    • @vineethchinna3951
      @vineethchinna3951 ปีที่แล้ว

      Thank you so much for the video very good explaination, If you have idea about securing microservices using okta/keyclock,instead of manually adding users in the keyclock/okta, can you please make a video how to connect it to any database and use databse details for authentication and authorization.

    • @h7sharma
      @h7sharma  ปีที่แล้ว

      ​@@vineethchinna3951 Hi Vineeth, Thanks for your input. Regarding your keycloak scenario, is this what you are looking for -
      github.com/rsatrio/Keycloak-Federation-ExistingDB

    • @vineethchinna3951
      @vineethchinna3951 ปีที่แล้ว

      @@h7sharma Thanks sharma for replyign to my quer yes I was looking for same, so do you have anything similar code repository which is implemented using springboot

    • @h7sharma
      @h7sharma  ปีที่แล้ว

      @@vineethchinna3951 No I don't have any upfront, but I will consider this and will work on it. Will definitely update you once ready :)

    • @vineethchinna3951
      @vineethchinna3951 ปีที่แล้ว

      @@h7sharma Thank you so much, will be waiting for the video