devonfw / devon4j

devonfw Java stack - create enterprise-grade business apps in Java safe and fast
Apache License 2.0
82 stars 88 forks source link

Analyse and compare devon4j kafka module with Spring module #548

Closed baumeister25 closed 2 years ago

baumeister25 commented 2 years ago

This story should be seen as the starting point for the concrete tasks. The aim of this is to get used to Kafka, devon4j kafka module and the spring kafka module

It involves following activities:

Create a short slide deck about your findings

This knowledge is essential to start removing the kafka devon4j module.

hohwille commented 2 years ago

Why is this story closed if there is no PR linked and no comment stating any kind of result of the analysis?

baumeister25 commented 2 years ago

Hi @hohwille, You're right, there's something missing here. I remember that we had a discussion and presentation in our sprint review. I was not aware that this slide deck with the analysis is missing here. I've asked @adibwaluya to add it.

In general the result was that the spring kafka implementation is a good substitute for our devon4j-kafka modul.

The next steps currently working is to adapt/implement a sample application using the spring-kafka implementation to also show this theoretical result in an executable app that considers monitoring/logging/retries/etc.

adibwaluya commented 2 years ago

Thanks for reminding me once again @baumeister25, you can find the slide deck of Kafka and devone4j kafka modules below:

Comparison Table(Kafka).pptx

Just like mentioned above, we are currently working on working on spring-kafka implementation (Logging, Tracing, Retry, etc.) on our new sample application.