Skip to content

Commit

Permalink
Update kafka.md (#328)
Browse files Browse the repository at this point in the history
Mention the Kafka Streams state directory
  • Loading branch information
yuri1969 authored Jun 28, 2023
1 parent 3f3158f commit c4b45a6
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,11 @@ By default, Kestra automatically creates all the needed topics. You can change t
- `kestra.kafka.defaults.topic.replication-factor`: (default 1)

## `kestra.kafka.defaults.[consumer|producer|stream].properties`

You can change the default properties of the Kafka client used by Kestra. These allow you to change any available properties.

Here is the default configuration :
Here is the default configuration:

```yaml
kestra:
kafka:
Expand All @@ -75,6 +77,7 @@ kestra:
acks: "all"
compression.type: "lz4"
max.request.size: "10485760"
state.dir: "/tmp/kafka-streams"
```


Expand Down Expand Up @@ -128,4 +131,4 @@ kestra:
topic-regexp: "kestra_(executions|workertaskresult)" # optional: a regexp validating the topic
key-regexp: .*parallel.* # optional: a regexp validating the key
value-regexp: .*parallel.* # optional: a regexp validating the json full body
```
```

1 comment on commit c4b45a6

@vercel
Copy link

@vercel vercel bot commented on c4b45a6 Jun 28, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

kestra-io – ./

kestra-io.vercel.app
kestra-io-kestra.vercel.app
kestra-io-git-main-kestra.vercel.app

Please sign in to comment.