Skip to content

feat(kafka): Replay kafka from last commit before becoming ready #7198

feat(kafka): Replay kafka from last commit before becoming ready

feat(kafka): Replay kafka from last commit before becoming ready #7198

Triggered via pull request October 1, 2024 11:30
Status Failure
Total duration 6m 5s
Artifacts

check.yml

on: pull_request
Matrix: check / testPackages
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 4 warnings
check / checkFiles
Process completed with exit code 2.
check / golangciLint: pkg/kafka/partition/committer.go#L155
Error return value of `r.admClient.ListCommittedOffsets` is not checked (errcheck)
check / golangciLint: pkg/kafka/partition/reader.go#L182
Error return value of `fmt.Errorf` is not checked (errcheck)
check / golangciLint: pkg/kafka/partition/reader.go#L186
Error return value of `fmt.Errorf` is not checked (errcheck)
check / golangciLint: pkg/kafka/partition/reader.go#L190
Error return value of `fmt.Errorf` is not checked (errcheck)
check / golangciLint
issues found
check / failCheck
Process completed with exit code 2.
check / golangciLint
The following actions use a deprecated Node.js version and will be forced to run on node20: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
check / golangciLint: pkg/kafka/partition/reader_test.go#L116
indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
check / golangciLint: pkg/kafka/partition/reader.go#L266
receiver-naming: receiver name r should be consistent with previous receiver name p for Reader (revive)
check / golangciLint: pkg/kafka/partition/reader.go#L325
receiver-naming: receiver name r should be consistent with previous receiver name p for Reader (revive)