If you want to learn more, check out my Apache Kafka Series - Confluent Schema Registry & REST Proxy course : links.datacumulus.com/confluent-schema-registry-coupon
@VIVEKGUPTAAnkit4 жыл бұрын
Hi Staphane, how to populate key part of avro schema registry. I am able to populate avro schema registry value.
@tylerben62543 жыл бұрын
i know it's kind of off topic but do anybody know a good website to stream newly released series online?
@forestbraylen27583 жыл бұрын
@Tyler Ben I would suggest Flixzone. You can find it by googling :)
@codyjimmy45073 жыл бұрын
@Tyler Ben i use Flixzone. Just search on google for it =)
@vincenzogenesis45563 жыл бұрын
@Tyler Ben I watch on flixzone. Just google for it :)
@Czteve6 жыл бұрын
Great explaination and good to follow. Loved it that you also showed errors and fix!
@ggsgetafaf11672 жыл бұрын
thank you, I have struggled send avro message to Kafka confluent with decimal format. by this video, I can resolved it
@cool_christian922 жыл бұрын
This is so insightful! As a kafka developer, I was wondering how the 'producer' knows which 'schema' to use. I was able to figure that out now, it is because you generate the java object (and use it) then it knows to add the schema when you are building the object.
@vishakhabadhan23993 жыл бұрын
I was searching for this only, thanks a lot :) and very nice explanation as well :)
@alexsav74273 жыл бұрын
Thanks a lot, just couldn't understand how I would get this Avro class generated And you explained it just so
@hiteshpunjabi94132 жыл бұрын
Using a maven plugin which picks up the avro schema from the resources directory and generates the class
@nawwintphyu18733 ай бұрын
Thank you so much!
@rederick826 жыл бұрын
Hi Stephane, good tutorial. Only a question, kafka-avro-serializer is "Missing". Where I can find it???
@manjunathd42532 жыл бұрын
Same issue
@madhavigatla9614 жыл бұрын
Hi, I want spring boot cloud streams with kafka full tutorial, can you pls suggest me
@ganeshs40772 жыл бұрын
Did you find something for this?
@sonofgod002 жыл бұрын
You can get source I have free of cost.
@sonofgod002 жыл бұрын
kzbin.info/www/bejne/hIanaaSHe6lsrMk
@nissimsan4 жыл бұрын
Hi! Cool video. But, uhm, I might be overlooking something obvious, but where's there a link to the github project you're copying from? Thanks!
@erosserver81424 жыл бұрын
Hi I have error I use java11 - ERROR io.confluent.kafka.schemaregistry.client.rest.RestService - Failed to send HTTP request to endpoint
@MakeDanceEntertain3 жыл бұрын
@stephane Can you pls share the github link for this?
@@StephaneMaarek thankyou for the reply,before moving just wanted to make sure that: "I am working for an enterprise where they don't want all open sources,does confluent and avro are open source for scalability??? Please help😊
@TuGordoBello6 жыл бұрын
Excelent, thank you
@shrinivasdayma25126 жыл бұрын
Hi Stephane, This is very helpful video, I ever seen about kafka avro. Could you please provide the git source code URL for this demo ?
thank you, can you share github link ? how can we achieve ordering of the various topic messages when one topic(1) message is defend on another topic(2) message?
Very gud tutorial But my doubt is Here that Customer class is created automatically while package So most of the time it will not be a scenario.. We have seperate Pojo class based on the class we need to send data to kafka.. So how can I achieve this?
@lucasmelorl3 жыл бұрын
Hey @vishnu, after one year, were you able to find the answer for this? :P
@vishnumurali5223 жыл бұрын
@@lucasmelorl Hi Lucas I can't able to find a solution for that but instead of that what I done is like mentioning the converted file storing place into the desired package inside java/src .
@lucasmelorl3 жыл бұрын
@@vishnumurali522 Interesting. I will try that. Thank you so much!