feat(kafka): Replay kafka from last commit before becoming ready #7198
check.yml
on: pull_request
check
/
checkFiles
3m 6s
check
/
faillint
3m 58s
check
/
golangciLint
4m 6s
check
/
integration
5m 38s
check
/
lintFiles
1m 15s
check
/
testLambdaPromtail
1m 22s
check
/
testPushPackage
55s
check
/
collectPackages
11s
Matrix: check / testPackages
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)
|