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

Add idempotent consumer implementation to Kafka consumer #10

Open
Tiihott opened this issue May 13, 2024 · 1 comment
Open

Add idempotent consumer implementation to Kafka consumer #10

Tiihott opened this issue May 13, 2024 · 1 comment
Assignees

Comments

@Tiihott
Copy link

Tiihott commented May 13, 2024

Description
Without implementing idempotent Kafka consumer the database is fully reconstructed every time cfe_39 is started. By implementing idempotent Kafka consumer the consumer will skip processing all records that are already present in the HDFS database.

@Tiihott Tiihott self-assigned this May 13, 2024
@Tiihott Tiihott linked a pull request May 15, 2024 that will close this issue
@Tiihott Tiihott removed a link to a pull request May 15, 2024
@Tiihott
Copy link
Author

Tiihott commented Aug 6, 2024

Solved in PR #11

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

No branches or pull requests

1 participant