From 9dcca754e3d89b08d1bf57b196333e89094b6efc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Roll=C3=A9n?= <38324289+SebRollen@users.noreply.github.com> Date: Tue, 20 Apr 2021 18:26:54 -0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3d781d9..f8deaac 100644 --- a/README.md +++ b/README.md @@ -8,4 +8,5 @@ Environment variables need to be prefixed with `KAFKA__`. The following settings - `SASL_PASSWORD` - `GROUP_ID` (optional): The group id for consumers. - `INPUT_TOPICS` (optional): A CSV list of kafka topics for consumers to subscribe to. - +- `ACKS` (optional): The number of acknowledgements needed from the brokers before committing a message. +- `RETRIES` (optional): The number of times to retry sending a message to the brokers.