-
Notifications
You must be signed in to change notification settings - Fork 88
guide kafka
devonfw-core edited this page Dec 13, 2022
·
15 revisions
Table of Contents
Warning
|
devon4j-kafka has been abandoned. Its main feature was the implementation of a retry pattern using multiple topics. This implementation has become an integral part of Spring Kafka. We recommend to use Spring Kafkas own implemenation for retries. |
Messaging Services provide an asynchronous communication mechanism between applications. Technically this is implemented using Apache Kafka .
For spring, devonfw uses Spring-Kafka as kafka framework. For more details, check the devon4j-kafka.
For quarkus, follow Quarkus - Kafka Reference Guide.
This documentation is licensed under the Creative Commons License (Attribution-NoDerivatives 4.0 International).