Skip to content

Commit

Permalink
fix: wrong property mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanlukas authored Jan 24, 2025
1 parent 5a4fad3 commit 33658d1
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -343,10 +343,10 @@ Additionally, you can set tenant IDs on the job worker level by using the annota
@JobWorker(tenantIds="myOtherTenant")
```

You can override this property as well:
You can override this property as well, given the job worker name is `foo`:

```properties
zeebe.client.worker.override.tenant-ids=myThirdTenant
zeebe.client.worker.override.foo.tenant-ids=myThirdTenant
```

### Override authority
Expand Down

0 comments on commit 33658d1

Please sign in to comment.