feat: Add initial support for a kafka-based ingest path #6010
Annotations
1 error and 5 warnings
|
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/
|
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)
|
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)
|
pkg/ingester-rf1/ingester.go#L71
var-naming: var ingesterIdRegexp should be ingesterIDRegexp (revive)
|
pkg/ingester-rf1/ingester.go#L228
var-naming: struct field ingestPartitionId should be ingestPartitionID (revive)
|
This job failed
Loading