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!
@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.
"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.
@@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
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.
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?
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.
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.
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?
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.
One may directly jump to the discussion on production issues which starts at 30:24
thanks for saving me 30 min :)
Thank you!
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!
@Crosby Kabir instablaster ;)
@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.
70% funny talks, 30% real content, start from 30:24
Hearing this, I have also got the motivation that I too can be a speaker like him. 🙏
Nice demo from Gavin Belson!
wow its true!!!!!!!!
he is real! :)
Lol
lol
🤣
I watched the video to get some lessons learned in production, but more than 50% of it is Kafka basics terminology and marketing.
Do you fork the send of each microservices so that it goes to Kafka as well as to destination.
Does one install kafka in every isolated microservice so as to enable it for "streaming"?
I like this PPT!
live simple life is actually a solution ..👍
"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.
I couldn’t recollect even when I use splunk 😄
So how many brokers do you guys usually stand up at your companies? Are you doing this in Azure?
were you talking about Splunk :) , the log processor :)
Just to make it clear
1 Topic
4 Partitions
Replication Factor of 3
and yes of-course 4 Brokers
Is leader just like master? Then, follower as slave?
@@ccapeng Yes. Leader is the master. All the Producers and Consumers talk only to the Leader(Master). Followers keep themselves updated by the Leader.
@@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
One morning, when Gregor Samsa woke from troubled dreams, he found himself transformed in his bed into a horrible vermin.
Great talk thanks!
SIEM - I think he was the word he was looking for. But I might be wrong...
Tell me slow...what is a consumer group? Are they applications?
Basically 1 consumer that scaled vertically, and kafka knows not to respond with the same data for a group.
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.
when you have 8GB RAM on your phone and "normal" servers with 256GB RAM, yeah, 64GB is "commodity hardware"
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?
Yes, the number of partitions in a topic is independent of the number of brokers.
You can even have a single broker which handles all partition from all topics.
anyone from confluent can add... what changed from this talk to 2020?.. if any..
7:40 you were actually thinking splunk. But ok.
Does cloudera official support confluent product?
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.
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.
What's the name of tool he used to create those sketches?
paper ios app
the font is giving me headaches.
Here I am with a 15 gb json file looking for a versatile db system.
TBH ... They should have more experienced person giving these talks ... This guy does not seem to have any hands on real experience
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?
@@kevinm8865 not long industry is calling out thhe bluff
Splunk
Or elastic search :-)
It was even on one of his slides at 10:19
real Stuff begins after 30minutes
s/form/from/ ??
Also, s/learned/learnt/ ?
@@aksheshdoshi Learned is accurate in American English
@MrC0MPUT3R Thanks 🙏
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.
It's always a dev ops fault
This guy is full of himself. Hot 🔥 air. The style of presenting is similar to what a 3rd grade teacher does in primary school.
This one is a better insight on particular issues in Kafka production.. th-cam.com/video/MhyW1FUdN8I/w-d-xo.html
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.
Unfortunately I did not learn anything
This is one of the worst presentations i came across.
Why?
It is more like unprepared communication. Lots of unwanted taking.
Infact I was looking for lessons learned not a Kafka lecture.
Splunk!
"splunk"
Waste of time