Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 14 Topic 2 Discussion

Confluent Certified Developer for Apache Kafka Certification Examination CCDAK Question # 14 Topic 2 Discussion

CCDAK Exam Topic 2 Question 14 Discussion:
Question #: 14
Topic #: 2

You are developing a Java application using a Kafka consumer.

You need to integrate Kafka’s client logs with your own application’s logs using log4j2.

Which Java library dependency must you include in your project?


A.

SLF4J implementation for Log4j 1.2 (org.slf4j:slf4j-log4j12)


B.

SLF4J implementation for Log4j2 (org.apache.logging.log4j:log4j-slf4j-impl)


C.

None, the right dependency will be added by the Kafka client dependency by transitivity.


D.

Just the log4j2 dependency of the application


Get Premium CCDAK Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.