If you want to learn more, check out my Apache Kafka Series - Learn Apache Kafka for Beginners v2 course : links.datacumulus.com/apache-kafka-coupon
@irajonah31083 жыл бұрын
I guess I'm kind of off topic but do anybody know of a good website to stream newly released tv shows online ?
@roydouglas72643 жыл бұрын
@Ira Jonah try FlixZone. Just search on google for it :)
@marcelokairo90923 жыл бұрын
@Roy Douglas definitely, have been using flixzone for since march myself =)
@irajonah31083 жыл бұрын
@Roy Douglas thanks, I went there and it seems to work =) I appreciate it!!
@roydouglas72643 жыл бұрын
@Ira Jonah Glad I could help :D
@777megapixel2 жыл бұрын
That's a kind of a lecture people are usually dreaming of! I'm just getting started with Kafka and your lessons have made my day: thank you
@aaandrade55 жыл бұрын
honestly this is much better than linuxacademy
@MrBdoleagle2 жыл бұрын
your videos are the best in explaining how kakfa works, clear and neat.
@cvarun922111 ай бұрын
The most simplest explanation.
@satyaprakashparida55073 жыл бұрын
Thanks a lot. I am thinking that I got the best Kafka materials.
@luigitorchia72945 жыл бұрын
Brilliant lecture!!! thank you!
@pawegrzesik44494 жыл бұрын
How make partition we need to create? How to calculate the proper number of it? What if I will have just 1 partition?
@maddymaddy58327 ай бұрын
Best kafka video.. thank you
@Gamer_with_knowledge Жыл бұрын
Thanks a lot for these excellent lectures ❣
@roliagrawal3124 Жыл бұрын
So as u said once it’s written at offset we can not update it that means the same data we can not update it?
@dhruvildoshi23684 жыл бұрын
Where does kafka stores offsets of all partitions?
@andrewkondrashov64853 жыл бұрын
What for i have to use partitions?
@padmanathanramasamy8354 Жыл бұрын
In your truck_gps example, you have created 10 partition and created truckId as a key. In this case the first 10 unique truck id will stored on each partition. what happen when we get the 11th truckId to which partition it will go?
@roliagrawal3124 Жыл бұрын
Yeah same question?
@andreisv Жыл бұрын
Modulo 10 maybe 🤔
@sreenivasamadenahall4 жыл бұрын
Thank you, very well explained.
@aleman78 ай бұрын
hi, great video. i'm trying to find a strategy to resolvé transaction for microservicios comunicated each others by Kafka. Do you think that is posible? thanks for your help.
@yunlin39803 жыл бұрын
When a consumer is to consume N records from Partition 0, 1, 2 of a topic, what does it mean? Is it reading N records from each partition? That would make it 3N records in total. Is it reading in round-robin fashion from partition 0, 1, 2, until the total read records is N?
@sushmakl43922 жыл бұрын
how do I collect data from Kafka topic as batches and then use poll to send data to Redshift in intervals of time
@meghanapulavarthy40363 жыл бұрын
How to fetch offset for particular events in the consumer??
@swapnila2024 жыл бұрын
Owsomely explained 👍
@ValmikKalathia3 жыл бұрын
Thank you. It was a really nice explanation.
@pradeepb3553 жыл бұрын
How create dynamic topics
@prasadpsp4 жыл бұрын
A very good tutorial. thank you.
@essskkk4 жыл бұрын
Great Lecture , Thanks a lot !!!
@adamnhas75473 жыл бұрын
Merci beaucoup. Very clear.
@Pavan-MGM-IT-Training3 жыл бұрын
can some one who is good in PPTs explain how those Message boxes are designed in power point?
@DevWonYoung5 жыл бұрын
Thank you sir
@masonlu1003 жыл бұрын
thanks, very helpful
@ranjulahettiarachchi85254 жыл бұрын
Thanks you!
@markmariq2 ай бұрын
You have conflicting information on data retention, another slide says 2 weeks and this one says 1 week.