Decouple reading from Slot, running transformation and writing to Sink via NATS #9
Annotations
10 errors and 2 warnings
lint:
pkg/sinks/postgres.go#L170
Error return value of `tx.Rollback` is not checked (errcheck)
|
lint:
pkg/worker/worker.go#L57
Error return value of `sub.Unsubscribe` is not checked (errcheck)
|
lint:
pkg/worker/worker.go#L107
Error return value of `msg.Ack` is not checked (errcheck)
|
lint:
cmd/root.go#L87
Error return value of `replicatorCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L88
Error return value of `replicatorCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L89
Error return value of `replicatorCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L100
Error return value of `workerCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L101
Error return value of `workerCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L117
Error return value of `postgresWorkerCmd.MarkFlagRequired` is not checked (errcheck)
|
lint:
cmd/root.go#L118
Error return value of `postgresWorkerCmd.MarkFlagRequired` is not checked (errcheck)
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|