Skip to content

feat: dlq process option #25

feat: dlq process option

feat: dlq process option #25

Triggered via push January 6, 2024 15:48
Status Failure
Total duration 34s
Artifacts

test.yml

on: push
sonarcloud
24s
sonarcloud
Fit to window
Zoom out
Zoom in

Annotations

11 errors
sonarcloud
Process completed with exit code 1.
sonarcloud: client.go#L108
`if o.ConsumerEnabled` has complex nested blocks (complexity: 8) (nestif)
sonarcloud: client.go#L234
error returned from external package is unwrapped: sig: func (*golang.org/x/sync/errgroup.Group).Wait() error (wrapcheck)
sonarcloud: client.go#L244
error returned from external package is unwrapped: sig: func (github.com/twmb/franz-go/pkg/kgo.ProduceResults).FirstErr() error (wrapcheck)
sonarcloud: codec.go#L10
Comment should end in a period (godot)
sonarcloud: codec.go#L52
error returned from external package is unwrapped: sig: func encoding/json.Marshal(v any) ([]byte, error) (wrapcheck)
sonarcloud: codec.go#L55
Decode returns interface (T) (ireturn)
sonarcloud: codec.go#L59
error returned from external package is unwrapped: sig: func encoding/json.Unmarshal(data []byte, v any) error (wrapcheck)
sonarcloud: codec.go#L76
Decode returns interface (T) (ireturn)
sonarcloud: codec.go#L77
type assertion must be checked (forcetypeassert)
sonarcloud: config.go#L58
`if !consumerConfig.DLQ.Disable` has complex nested blocks (complexity: 8) (nestif)