Using Jakarta EE/MicroProfile to Connect to Apache Kafka: Part Two


CDI extensions are mechanisms by which we can implement additional functionalities on top of the CDI container. These extensions allow Jakarta EE/MicroProfile to continue growing their ecosystem with more frameworks and integrations. This post focuses on a second framework to connect with Apache Kafka.

This Post will talk directly about another option to integrate Jakarta EE/MicroProfile with Apache Kafka. The first post in this series can be found here