In Avro, adding a field to a record without default is a schema evolution
Correct Answer:
A
Clients with old schema will be able to read records saved with new schema.
To enhance compression, I can increase the chances of batching by using
Correct Answer:
B
linger.ms forces the producer to wait before sending messages, hence increasing the chance of creating batches that can be heavily compressed.
You want to perform table lookups against a KTable everytime a new record is received from the KStream. What is the output of KStream-KTable join?
Correct Answer:
D
Here KStream is being processed to create another KStream.
Which of the following errors are retriable from a producer perspective? (select two)
Correct Answer:
CD
Both of these are retriable errors, others non-retriable errors. See the full list of errors and their "retriable" status herehttps://kafka.apache.org/protocol#protocol_error_codes
You are using JDBC source connector to copy data from 2 tables to two Kafka topics. There is one connector created with max.tasks equal to 2 deployed on a cluster of 3 workers. How many tasks are launched?
Correct Answer:
C
we have two tables, so the max number of tasks is 2