Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Couple kafka processing with db persistence #4

Merged
merged 26 commits into from
Oct 23, 2023

Conversation

torchr89
Copy link
Contributor

Consume from kafka-topic teamsykefravr.aktivitetskrav-varsel and teamsykefravr.aktivitetskrav-vurdering.

Setup tables for storing "Aktivitetskrav vurdering" and "Aktivitetskrav varsel" records from topics mentioned above.

If a record fails during processing, the pod will shutdown according to the "stop-and-wait"-pattern for
kafka processing.

@torchr89 torchr89 requested a review from a team as a code owner October 19, 2023 13:03
@torchr89 torchr89 force-pushed the Couple-kafka-processing-with-DB-persistence branch from 94c98a4 to 0d931df Compare October 19, 2023 13:10
Setup DAO-methods to store data in database
@torchr89 torchr89 force-pushed the Couple-kafka-processing-with-DB-persistence branch from 27af51e to b2ad292 Compare October 19, 2023 14:38
@torchr89 torchr89 force-pushed the Couple-kafka-processing-with-DB-persistence branch from 35445a6 to 32bebff Compare October 23, 2023 11:22
@torchr89 torchr89 merged commit cb7dc27 into main Oct 23, 2023
6 of 11 checks passed
@torchr89 torchr89 deleted the Couple-kafka-processing-with-DB-persistence branch October 23, 2023 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants