Skip to content

Latest commit

 

History

History
82 lines (53 loc) · 3.21 KB

README.md

File metadata and controls

82 lines (53 loc) · 3.21 KB

There are different Kafka consumer cases considered, each in different branch.

1. Branch case-1-simple-after

Fast and simple implementation of image



\

2. Branch case-2-error-handler-after

Consumer configuration was moved from config to Java code, error handling was added for message formatting error.

image



\

3. Branch case-3-spring-retry-after

Retry operation has been implemented using built in Spring libraries. image image



\

4. Branch case-4-spring-SeekToCurrentErrorHandler

Similar to Case 3 but used latest Spring Boot 2.3 class SeekToCurrentErrorHandler image



\

5. Branch case-5-different-queues-with-delay-2

image



\

List of used sources: