One may directly jump to the discussion on production issues which starts at 30:24
@tewikma2314 жыл бұрын
thanks for saving me 30 min :)
@kiranprabhu4203 жыл бұрын
Thank you!
@crosbykabir24183 жыл бұрын
I know im asking the wrong place but does anybody know of a trick to log back into an Instagram account? I was stupid forgot my password. I love any assistance you can give me!
@jonathankingsley39563 жыл бұрын
@Crosby Kabir instablaster ;)
@crosbykabir24183 жыл бұрын
@Jonathan Kingsley I really appreciate your reply. I got to the site through google and Im in the hacking process now. Takes quite some time so I will reply here later when my account password hopefully is recovered.
@nammals4 жыл бұрын
70% funny talks, 30% real content, start from 30:24
@BayrangSafar5 жыл бұрын
Hearing this, I have also got the motivation that I too can be a speaker like him. 🙏
@dontbescaredhomie31377 жыл бұрын
Nice demo from Gavin Belson!
@pradeep4226 жыл бұрын
wow its true!!!!!!!!
@mikeskali16 жыл бұрын
he is real! :)
@ChodeOReilly6 жыл бұрын
Lol
@brutusmaximumus6 жыл бұрын
lol
@asganaway3 жыл бұрын
🤣
@tekal854 жыл бұрын
I watched the video to get some lessons learned in production, but more than 50% of it is Kafka basics terminology and marketing.
@ankitlakum14 жыл бұрын
live simple life is actually a solution ..👍
@ionolaru49367 жыл бұрын
"Starts with an S I'm blanking on it" ? I heard "starts with an S I am plunking on it" LOL, I thought that was just a very nice joke from Tim to suggest Splunk.
@RudhinMenon3 жыл бұрын
I couldn’t recollect even when I use splunk 😄
@haibinxiong18476 жыл бұрын
I like this PPT!
@pajeetsingh2 жыл бұрын
Do you fork the send of each microservices so that it goes to Kafka as well as to destination.
@pajeetsingh2 жыл бұрын
Does one install kafka in every isolated microservice so as to enable it for "streaming"?
@BrendanMetcalfe5 жыл бұрын
Great talk thanks!
@andyvandenberghe63643 жыл бұрын
the font is giving me headaches.
@shellac236 жыл бұрын
So how many brokers do you guys usually stand up at your companies? Are you doing this in Azure?
@dokwme12116 жыл бұрын
Just to make it clear 1 Topic 4 Partitions Replication Factor of 3 and yes of-course 4 Brokers
@ccapeng5 жыл бұрын
Is leader just like master? Then, follower as slave?
@BharCode095 жыл бұрын
@@ccapeng Yes. Leader is the master. All the Producers and Consumers talk only to the Leader(Master). Followers keep themselves updated by the Leader.
@maratsahabudinov4 жыл бұрын
@@BharCode09 Hi. This doesn't seem to be true anymore: stackoverflow.com/a/37829299/997825 cwiki.apache.org/confluence/display/KAFKA/KIP-392%3A+Allow+consumers+to+fetch+from+closest+replica
@RoboRope6 жыл бұрын
Tell me slow...what is a consumer group? Are they applications?
@curiosull6 жыл бұрын
Basically 1 consumer that scaled vertically, and kafka knows not to respond with the same data for a group.
@sachintiwari15796 жыл бұрын
Q1: can a broker manage multiple partitions of same topic? In other words, can no. of broker be less than max no. of paritions in a topic? Q2: If answer to above is 'no' then can we say that in order to add new partition we need to add new broker first? Q3: What is best way to reduce no. of partitions? Should one just delete that extra partition, also will the broker handles deletion of its replica as well? OR is there a way to deactivate a partition I.e. set that extra partition to read only mode?
@mrNanoDhruv5 жыл бұрын
Yes, the number of partitions in a topic is independent of the number of brokers.
@crimsongaze33032 жыл бұрын
You can even have a single broker which handles all partition from all topics.
@balfiman10 ай бұрын
One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.
@nigelrmtaylor6 жыл бұрын
SIEM - I think he was the word he was looking for. But I might be wrong...
@KrishnaChaitanya6 жыл бұрын
To add, "Commodity Hardware" here apparently means machines with a minimum recommended RAM size of 64GB. Would I call that commodity hardware? Probably no. But just wanted to point that out.
@viorelanghel55326 жыл бұрын
when you have 8GB RAM on your phone and "normal" servers with 256GB RAM, yeah, 64GB is "commodity hardware"
@rahulguharay4014 жыл бұрын
were you talking about Splunk :) , the log processor :)
@santiagomoneta4 жыл бұрын
anyone from confluent can add... what changed from this talk to 2020?.. if any..
@a1988ditya6 жыл бұрын
TBH ... They should have more experienced person giving these talks ... This guy does not seem to have any hands on real experience
@kevinm88654 жыл бұрын
Typical for a Director of software development in my experience. What is really irritating in this industry is the desire people seem to have to overcomplicate their designs. To use A yiu gotta download and configure B and B requires an annual subscription to X and Y and X depends on T which requires an Azure subscription to store this and that. Is that really the best way to design systems? Give your credit card to a cloud service and pray everything works out?
@samiullahk7223 Жыл бұрын
@@kevinm8865 not long industry is calling out thhe bluff
@joshreji75102 жыл бұрын
7:40 you were actually thinking splunk. But ok.
@jinandtalsania93035 жыл бұрын
Does cloudera official support confluent product?
@OverG887 жыл бұрын
What's the name of tool he used to create those sketches?
@sgil99857 жыл бұрын
paper ios app
@AnyFactor4 жыл бұрын
Here I am with a 15 gb json file looking for a versatile db system.
@briangrange7 жыл бұрын
Splunk
@ashishtyagi36386 жыл бұрын
Or elastic search :-)
@BrianDominy4 жыл бұрын
It was even on one of his slides at 10:19
@claushellsing6 жыл бұрын
17:07 What if I use Kafka with just a single partition and a single broker ?. I kind of like of Kafka not just for its distributed nature but for how process streams and Ksql, but also the environment.
@coryforward70065 жыл бұрын
That's fine for local testing and non-critical applications (don't take that to production though), you'd just sacrifice high availability, i.e. if your single broker goes down then your system will be down, you also won't be able to do updates without downtime. Also, with a single node you can still have multiple partitions for a single topic, you just won't have any replication so if your broker has data corruption you'd lose all the data in that partition(s) for a topic.
@vicky2710755 жыл бұрын
real Stuff begins after 30minutes
@bryanbrianbrian5 ай бұрын
Unfortunately I did not learn anything
@khodges32726 жыл бұрын
s/form/from/ ??
@aksheshdoshi6 жыл бұрын
Also, s/learned/learnt/ ?
@MrC0MPUT3R6 жыл бұрын
@@aksheshdoshi Learned is accurate in American English
@aksheshdoshi6 жыл бұрын
@MrC0MPUT3R Thanks 🙏
@srikanthjnr3 жыл бұрын
This guy is full of himself. Hot 🔥 air. The style of presenting is similar to what a 3rd grade teacher does in primary school.
@skipperkongen4 жыл бұрын
Splunk!
@quirkasaurussaurus28966 жыл бұрын
such nice arms on this guy. if only he waved his biceps around more. or wore a tank-top. hair needs a bunch of work though.
@playdude9995 жыл бұрын
so in summary: 1. Don't hire administrators that they don't know how to operate Kafka and didn't remember that one of the brokers was upgraded to newer version than the rest of the cluster 2. Poorly designed health check, again - poor administrator or whoever build that and not thoroughly test it. (moral of the story: Hire someone who know how to work with 'sharp knives') 3. And again.. poor guys who runs this cluster didn't paying attention what they are doing.
@asganaway3 жыл бұрын
It's always a dev ops fault
@ifteebuet7 жыл бұрын
This one is a better insight on particular issues in Kafka production.. kzbin.info/www/bejne/g5nciGR8ismBbqs
@phanikumaryadavilli23846 жыл бұрын
This is one of the worst presentations i came across.
@sergeibatiuk34686 жыл бұрын
Why?
@phanikumaryadavilli23846 жыл бұрын
It is more like unprepared communication. Lots of unwanted taking.
@phanikumaryadavilli23846 жыл бұрын
Infact I was looking for lessons learned not a Kafka lecture.