The Controller is a broker that is... (select two)
Correct Answer:
AB
Controller is a broker that in addition to usual broker functions is responsible for partition leader election. The election of that broker happens thanks to Zookeeper and at any time only one broker can be a controller
Consumer failed to process record # 10 and succeeded in processing record # 11. Select the course of action that you should choose to guarantee at least once processing
Correct Answer:
C
Here, you shouldn't commit offsets 11 or 10 as it would indicate that the message #10 has been processed successfully.
is KSQL ANSI SQL compliant?
Correct Answer:
B
KSQL is not ANSI SQL compliant, for now there are no defined standards on streaming SQL languages