What are the requirements for a Kafka broker to connect to a Zookeeper ensemble? (select two)
Each broker must have a unique broker id and connect to the same zk ensemble and root zNode
Where are KSQL-related data and metadata stored?
metadata is stored in and built from the KSQL command topic. Each KSQL server has its own in-memory version of the metastore.
Suppose you have 6 brokers and you decide to create a topic with 10 partitions and a replication factor of 3. The brokers 0 and 1 are on rack A, the brokers 2 and 3 are on rack B, and the brokers 4 and 5 are on rack C. If the leader for partition 0 is on broker 4, and the first replica is on broker 2, which broker can host the last replica? (select two)
When you create a new topic, partitions replicas are spreads across racks to maintain availability. Hence, the Rack A, which currently does not hold the topic partition, will be selected for the last replica
What is the risk of increasing max.in.flight.requests.per.connection while also enabling retries in a producer?
Some messages may require multiple retries. If there are more than 1 requests in flight, it may result in messages received out of order. Note an exception to this rule is if you enable the producer settingenable.idempotence=true which takes care of the out of ordering case on its own. Seehttps://issues.apache.org/jira/browse/KAFKA-5494
Select the Kafka Streams joins that are always windowed joins.
Seehttps://docs.confluent.io/current/streams/developer-guide/dsl-api.html#joining
Francisca
24 days agoCarry
2 months agoNorah
4 months agoBurma
4 months agoMica
5 months agoCatina
6 months agoLouisa
6 months agoJaime
6 months agoNikita
7 months agoAnnita
7 months agoGladys
7 months agoMira
8 months agoBrock
8 months agoRolande
8 months agoCarey
9 months agoVirgina
9 months agoAllene
9 months agoBroderick
9 months agoGary
10 months agoShelton
10 months agoMisty
10 months agoMabel
11 months agoDorian
12 months agoMicheal
1 years agoLinsey
1 years ago