Spring Kafka Avro Producer | Produce Avro messages on topic | Confluent | Schema Registry

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

КОМЕНТАРІ • 42

  • @ManishSingh-dj4yu
    @ManishSingh-dj4yu Рік тому +2

    Great... Nicely explained 👌

  • @kaizer-919
    @kaizer-919 2 місяці тому

    You made it sooo simple. Thanks!

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

    Simply Awesome..!!👏👍👏👍

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

    Thanks for posting such useful content. Much appreciated. Thanks.

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

    Good one, got basic idea and nice explanation.
    Thank you so much

  • @ChaofangXie
    @ChaofangXie 2 роки тому

    Awesome explanation and very helpful.👍

  • @AkanshaGrowArts
    @AkanshaGrowArts Рік тому

    too good sir! thanks you soo much, you are life savior!

  • @Ashok-oe3lo
    @Ashok-oe3lo Рік тому

    very very helpful sir, thank you very much

  • @osaidsayyid4359
    @osaidsayyid4359 2 роки тому

    Thanks for this useful tutorial.

  • @maddipatlamadhura4140
    @maddipatlamadhura4140 Рік тому

    can I use same commands to apache kafka?

  • @karthikb.s.k.4486
    @karthikb.s.k.4486 2 роки тому

    Thanks Vishal. How a connector gets acks that message is received which is possible through client api java code.

  • @Shrivanurag
    @Shrivanurag Рік тому

    Great video!

  • @rathinmaheswaran
    @rathinmaheswaran 8 місяців тому

    Hello,
    Good video, But on a enterprise level, we dont want avro schema to defined initially , we want the incoming xml files to be dynamically converted to avro schemas and pushed to the topic. Please provide your inputs on this , how do we do this

    • @javatechlearning
      @javatechlearning  8 місяців тому

      Kafka does not understand xml language, you have to convert xml into avro object. You can search finding any tool to convert xml schema into avro schema

    • @rathinmaheswaran
      @rathinmaheswaran 8 місяців тому

      @@javatechlearning can I use kafka connect or pls suggest me what’s your best bet

    • @javatechlearning
      @javatechlearning  7 місяців тому

      I think there is some file connector also present in confluent. Try exploring that

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

    nice video, just have a question how can we map the complex request body to the Avro schema file. Coz we can't set the field one by one in this case. Thanks

    • @javatechlearning
      @javatechlearning  2 роки тому

      Either you can use avro schema object itself in request body or using constructor based builder method in avro class

    • @kunalvarpe40
      @kunalvarpe40 2 роки тому

      You can use mapstruct library to convert your DTO's to entity or any other schema for that matter.

  • @arijitchakrabarty1552
    @arijitchakrabarty1552 2 роки тому

    how do you define the source and output directories in a gradle project that uses build.gradle?

  • @cazino4
    @cazino4 2 роки тому

    Good tutorial. Curious why you didn't use the builder to initialize the Stock history model though 🤣🤣

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

    Awesome explination. Could you please provide same code.

  • @shubhamsalunkhe7566
    @shubhamsalunkhe7566 9 місяців тому

    Can you please share how we can generate java file in gradle project for avsc

  • @Dvyaaa
    @Dvyaaa Рік тому

    can u please tell , how can i get the address of this bootstrap-servers ? and this registry: url: ?

    • @javatechlearning
      @javatechlearning  Рік тому

      Bootstrap sever is broker which I installed on my local machine

    • @Dvyaaa
      @Dvyaaa Рік тому

      @@javatechlearning ok so how can i check the url and address for that .

  • @devenvachhani3660
    @devenvachhani3660 2 роки тому

    Source code is not available on the github repo you have provided in the video description

    • @javatechlearning
      @javatechlearning  2 роки тому

      Source code checked in now. Sorry for inconvenience

  • @RaviKumar-v9b6m
    @RaviKumar-v9b6m Рік тому

    But where we used schema registry? We haven't used anywhere

    • @javatechlearning
      @javatechlearning  Рік тому

      We used schema registry. Its not possible to produce avro on topic without schema registry

  • @kvykuntham
    @kvykuntham 2 роки тому

    Super explanation bro.
    One query..I have Java complex pojo. How to generate pojo to avro schema.can you help on this

    • @sheylaruby5160
      @sheylaruby5160 2 роки тому

      i have the same question

    • @javatechlearning
      @javatechlearning  2 роки тому

      Let me do some research on it. Will get back to you. Thanks

    • @sheylaruby5160
      @sheylaruby5160 2 роки тому

      @@javatechlearning thanks, please i have another question, How can i connect to My eventhub service to get the registry schema? Or How is the producer configuration?

  • @psy4340
    @psy4340 Рік тому

    Error Registering Avro Schema I am getting this error. BTW I am running kafka on a docker image on my local