14:30 "min.insync.replicas" won't prevent a Producer from putting messages into Kafka unless "acks=all" is used in the Producer configuration.
@wallstreetdonut65393 жыл бұрын
I agree with Andrew and just for someone who wants to know why, "min.insync.replicas" should not be the size of the total replicas if "acks=all". It's because if one of replicas doesn't work, then the number of replicas which could be working will eventually be less than the total number of replicas so that "min.insync.replicas" couldn't satisfy "acks=all". Programs will stop.
@bawaparampreet244 жыл бұрын
no two consumers in one consumer group can get same message. presenter was wrong at 43:41. if there are more consumers than partitions others would sit idle
@Ghaleon3 жыл бұрын
Anyone recommend a good place to learn more about kafka and/or where community can talk about kafka? I'm using node with kafkaJs so far. This video is really helpful. thank you guys
@SpiritOfIndiaaa5 жыл бұрын
very nice , thank you , but need to more info on prod tuning of kafka.
@davidlester66734 жыл бұрын
Big yes to removing zookeeper. Thumbs up.
@miguelhenriquez20504 жыл бұрын
at 27:32 he says "back to producers", but he meant "back to topics"
@foodaupair4 жыл бұрын
1:11:00 docker
@NishitVishwanath4 жыл бұрын
Could you please share the slides ?
@SportAnalysisKing4 жыл бұрын
8:00 starting topics
@AhmetMurati2 жыл бұрын
Nowadays Kafka is built in Scala
@cliffmathew2 жыл бұрын
Quite useful.
@danyald48802 жыл бұрын
Very nice
@digisecureagent76793 жыл бұрын
This video is 3 years old and is not relevant anymore. Use KSQL instead