feat: Add initial support for a kafka-based ingest path #6010
check.yml
on: pull_request
check
/
checkFiles
1m 33s
check
/
faillint
3m 40s
check
/
golangciLint
6m 35s
check
/
integration
5m 35s
check
/
lintFiles
1m 15s
check
/
testLambdaPromtail
1m 22s
check
/
testPushPackage
49s
check
/
collectPackages
10s
Matrix: check / testPackages
Annotations
3 errors and 5 warnings
check / checkFiles
Process completed with exit code 2.
|
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/ingester-rf1/partitionring/partition_ring.go#L11
exported: type name will be used as partitionring.PartitionRingConfig by other packages, and that stutters; consider calling this Config (revive)
|
check / golangciLint:
pkg/ingester-rf1/kafka/kafka_tee.go#L36
exported: type name will be used as kafka.KafkaTee by other packages, and that stutters; consider calling this Tee (revive)
|
check / golangciLint:
pkg/ingester-rf1/ingester.go#L71
var-naming: var ingesterIdRegexp should be ingesterIDRegexp (revive)
|
check / golangciLint:
pkg/ingester-rf1/ingester.go#L228
var-naming: struct field ingestPartitionId should be ingestPartitionID (revive)
|