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

Implement Kafka Consumer group and record processing #4

Closed
wants to merge 35 commits into from

Conversation

Tiihott
Copy link

@Tiihott Tiihott commented Jan 29, 2024

Initial PR to partially fix issue #2 and #3.
Still HDFS access/write/pruning and query handling left to implement and test for issue #2.

@Tiihott Tiihott added the enhancement New feature or request label Jan 29, 2024
@Tiihott Tiihott requested a review from kortemik January 29, 2024 11:33
@Tiihott Tiihott self-assigned this Jan 29, 2024
@StrongestNumber9
Copy link
Contributor

This branch is 33 commits ahead of, 2 commits behind teragrep/cfe_39:main.

Seems like the history is not linear, can you rebase and solve the merge conflicts? Also pom.xml contains internal references

…n and HDFS storage (WIP). Skipping implementing idempotent consumer pattern to the Kafka consumer groups.
…-serialization in Kafka consumer processing.
…ad of definite values as definite requires continuous use of flush() after appending records to AVRO.
…n files with flush() after every record append. Improved test cases.
…erformance. Cleaned up namings in in DurationStatistics. Debugging faulty consumed kafka topic partition ordering.
@StrongestNumber9
Copy link
Contributor

Overall seems to be missing licenses on the files

@Tiihott
Copy link
Author

Tiihott commented May 21, 2024

Closed as newest PR contain the same commits.

@Tiihott Tiihott closed this May 21, 2024
@Tiihott Tiihott mentioned this pull request Aug 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants