Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
In a stream processing solution, you need to handle schema drift, which is the evolution of data schema over time. How would you approach this task to ensure that the solution can adapt to changes in the data schema?
A
Ignore the schema drift and process the data as is.
B
Manually update the schema in the solution whenever there is a change.
C
Use a schema registry to manage and track changes in the data schema.
D
Use a schema registry and implement a mechanism to automatically detect and adapt to schema changes.