Skip to content

Commit

Permalink
batch process (#102)
Browse files Browse the repository at this point in the history
* batch process

* Regenerate chart README.md [skip-ci]

---------

Co-authored-by: guysegal <guysegal@users.noreply.github.com>
  • Loading branch information
guysegal and guysegal authored Mar 11, 2024
1 parent ed81128 commit 9ccb551
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/dafka-consumer/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: v1
description: A Helm Chart for Dafka Consumer
name: dafka-consumer
version: 12.1.1
version: 12.2.0
4 changes: 2 additions & 2 deletions charts/dafka-consumer/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# dafka-consumer

![Version: 12.1.1](https://img.shields.io/badge/Version-12.1.1-informational?style=flat-square)
![Version: 12.2.0](https://img.shields.io/badge/Version-12.2.0-informational?style=flat-square)

A Helm Chart for Dafka Consumer

Expand All @@ -14,7 +14,7 @@ A Helm Chart for Dafka Consumer
| broker | string | `nil` | the url of the kafka broker |
| replicaCount | int | `1` | pod count |
| image.name | string | `"osskit/dafka-consumer"` | the image name to use |
| image.tag | string | `"12.1"` | the image tag to use |
| image.tag | string | `"12.2"` | the image tag to use |
| logLevel | string | `"WARN"` | Allow to specify log level |
| retryPolicyExponentialBackoff | string | `"50,5000,2"` | |
| assignmentStrategy | string | `"RoundRobin"` | The assignment strategies list (comma separated list of: Range, RoundRobin, Sticky, CooperativeSticky) |
Expand Down
4 changes: 4 additions & 0 deletions charts/dafka-consumer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,10 @@ spec:
- name: TARGET_TIMEOUT_MS
value: {{ .Values.targetTimeoutMs | squote }}
{{- end }}
{{- if .Values.targetProcessType }}
- name: TARGET_PROCESS_TYPE
value: {{ .Values.targetProcessingType | squote }}
{{- end }}
{{- if .Values.sessionTimeoutMs }}
- name: SESSION_TIMEOUT
value: {{ .Values.sessionTimeoutMs | squote }}
Expand Down
2 changes: 1 addition & 1 deletion charts/dafka-consumer/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ image:
# -- the image name to use
name: osskit/dafka-consumer
# -- the image tag to use
tag: "12.1"
tag: "12.2"

# -- Allow to specify log level
logLevel: WARN
Expand Down

0 comments on commit 9ccb551

Please sign in to comment.