Skip to content

fix: change consumer functions #18

fix: change consumer functions

fix: change consumer functions #18

Triggered via push January 3, 2024 14:14
Status Failure
Total duration 31s
Artifacts

test.yml

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

Annotations

11 errors
sonarcloud
Process completed with exit code 1.
sonarcloud: client.go#L139
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: consumerbatch.go#L58
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
sonarcloud: consumersingle.go#L58
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
sonarcloud: example/admin/main.go#L25
error returned from external package is unwrapped: sig: func github.com/worldline-go/wkafka.New(ctx context.Context, cfg github.com/worldline-go/wkafka.Config, opts ...github.com/worldline-go/wkafka.Option) (*github.com/worldline-go/wkafka.Client, error) (wrapcheck)
sonarcloud: example/admin/main.go#L33
error returned from external package is unwrapped: sig: func (*github.com/twmb/franz-go/pkg/kadm.Client).CreateTopic(ctx context.Context, partitions int32, replicationFactor int16, configs map[string]*string, topic string) (github.com/twmb/franz-go/pkg/kadm.CreateTopicResponse, error) (wrapcheck)
sonarcloud: example/admin/main.go#L45
error returned from external package is unwrapped: sig: func (*github.com/twmb/franz-go/pkg/kadm.Client).ListTopics(ctx context.Context, topics ...string) (github.com/twmb/franz-go/pkg/kadm.TopicDetails, error) (wrapcheck)