devonfw / .github

Default community health files for https://devonfw.com
Apache License 2.0
2 stars 19 forks source link

Ship booking system (sample application) Retry Mechansim #152

Open baumeister25 opened 2 years ago

baumeister25 commented 2 years ago

A tryout mechanism for the retry logic of spring kafka should be implemented: IDEA: use a REST-endpoint to set a flag that makes all kafka request fail

Bene90 commented 2 years ago

@baumeister25 Mechanism works. But use case is missing.

adibwaluya commented 2 years ago

found a use case example for retry. Implemented and it works as expected. However, codes optimization (clean code) is advised. Discuss with Fabian for feedback.

adibwaluya commented 2 years ago

Retry has been implemented and tested by Kafka team. It works as expected.

adibwaluya commented 2 years ago

The implemented Retry mechanism can be tested and observed in devon4j-kafka-ship-sample repo: https://github.com/devonfw-forge/devon4j-kafka-ship-sample