Skip to content

Commit

Permalink
Merge pull request #490 from camunda-community-hub/docs/mention-job-s…
Browse files Browse the repository at this point in the history
…tream-configuration

Added job stream configuration
  • Loading branch information
jonathanlukas authored Oct 13, 2023
2 parents d3ecc1b + d9e0297 commit 36be87f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -521,6 +521,15 @@ zeebe.client.worker.override.foo.timeout=10000

You could also provide a custom class that can customize the `JobWorker` configuration values by implementing the `io.camunda.zeebe.spring.client.annotation.customizer.ZeebeWorkerValueCustomizer` interface.

### Enable job streaming

>Please read aboutt this feature in the [docs](https://docs.camunda.io/docs/apis-tools/java-client/job-worker/#job-streaming) upfront.

To enable job streaming on the zeebe client, you can configure it:

```properties
zeebe.client.client.default-job-worker-stream-enabled=true
```

## Observing metrics

Expand Down

0 comments on commit 36be87f

Please sign in to comment.