Register Now

Login

Lost Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

When using reflection to automatically build our schemas without code generation, we need to configure Avro using?

a) AvroJob.Reflect(jConf);
b) AvroJob.setReflect(jConf);
c) Job.setReflect(jConf);
d) None of the mentioned

Answer: c
Explanation: For strongly typed languages like Java, it also provides a generation code layer, including RPC services code generation.

Join The Discussion