From 62144020841e12a020a16868394bc1dc169b8b32 Mon Sep 17 00:00:00 2001 From: Eray Ates Date: Sun, 7 Jan 2024 21:43:48 +0100 Subject: [PATCH] chore: pipeline update Signed-off-by: Eray Ates --- .github/workflows/test.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8c70941..e37de04 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: args: --timeout 5m --new-from-rev=HEAD~1 --issues-exit-code=0 - name: Run tests run: | - GOPATH="$(dirname ${PWD})" golangci-lint run --out-format --issues-exit-code=0 checkstyle ./... > golangci-lint-report.out + GOPATH="$(dirname ${PWD})" golangci-lint run --out-format checkstyle --issues-exit-code=0 ./... > golangci-lint-report.out go test -short -coverprofile=coverage.out -json ./... > test-report.out - name: SonarCloud Scan uses: sonarsource/sonarcloud-github-action@master diff --git a/README.md b/README.md index 7efb169..4eb9cab 100644 --- a/README.md +++ b/README.md @@ -74,7 +74,7 @@ batch_count: 100 dlq: disabled: false # disable dead letter queue topic: "" # dead letter topic name, it can be assigned in the kafka config's format_dlq_topic - retry_interval: "10s" # retry time interval of the message if can't be processed + retry_interval: "10s" # retry time interval of the message if can't be processed, default is 10s start_offset: 0 # same as start_offset but for dead letter topic skip: # same as skip but just for dead letter topic and not need to specify topic name # example skip offset