Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 807 Bytes

guide-kafka.asciidoc

File metadata and controls

13 lines (8 loc) · 807 Bytes
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

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.