-
Notifications
You must be signed in to change notification settings - Fork 5
Feature/687 hdfs service #697
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
Conversation
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/HdfsService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/HdfsService.scala
Outdated
Show resolved
Hide resolved
...cala/za/co/absa/hyperdrive/trigger/api/rest/services/HyperdriveOffsetComparisonService.scala
Outdated
Show resolved
Hide resolved
jozefbakus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As we discussed:
- Get kafka offset first (Should be faster than HDFS) or do it in parallel
- If topic does not exist or offset is 0, do not job.
- Kafka call errors are not handled
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/HdfsService.scala
Show resolved
Hide resolved
...cala/za/co/absa/hyperdrive/trigger/api/rest/services/HyperdriveOffsetComparisonService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Outdated
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/KafkaService.scala
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/CheckpointService.scala
Show resolved
Hide resolved
src/main/scala/za/co/absa/hyperdrive/trigger/api/rest/services/CheckpointService.scala
Outdated
Show resolved
Hide resolved
jozefbakus
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍🏻
|
Kudos, SonarCloud Quality Gate passed!
|








Closes #688
Closes #687
Closes #690
New application properties
kafka.consumers.cache.sizeOptional, default 50