Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Confluent Exam CCDAK Topic 4 Question 73 Discussion

Actual exam question for Confluent's CCDAK exam
Question #: 73
Topic #: 4
[All CCDAK Questions]

What Java library is KSQL based on?

Show Suggested Answer Hide Answer
Suggested Answer: A

Since Confluent 5.4.0, Avro 1.9.1 is used. Since default value was added to enum complex type , the schema resolution changed from:

(<1.9.1) if both are enums:** if the writer's symbol is not present in the reader's enum, then an error is signalled. **(>=1.9.1) if both are enums:

if the writer's symbol is not present in the reader's enum and the reader has a default value, then that value is used, otherwise an error is signalled.


Contribute your Thoughts:

Tonette
5 days ago
I'm not sure, but I think KSQL might be based on Schema Registry.
upvoted 0 times
...
Judy
7 days ago
I'm pretty sure KSQL is based on Kafka Streams, since it's a SQL-like interface for processing and analyzing data in Kafka.
upvoted 0 times
...
Cecil
8 days ago
I agree with Corinne, Kafka Streams makes sense for KSQL.
upvoted 0 times
...
Corinne
10 days ago
I think KSQL is based on Kafka Streams.
upvoted 0 times
...

Save Cancel