Skip to content

Commit fa7804c

Browse files
Merge pull request #223850 from ggailey777/patch-5
[Functions][Kafka] Add missing AutoOffsetReset property
2 parents d52f2fc + a711b8d commit fa7804c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

articles/azure-functions/functions-bindings-kafka.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Apache Kafka bindings for Azure Functions
33
description: Learn to integrate Azure Functions with an Apache Kafka stream.
44
ms.topic: reference
5-
ms.date: 05/14/2022
5+
ms.date: 01/12/2023
66
zone_pivot_groups: programming-languages-set-functions-lang-workers
77
---
88

@@ -94,6 +94,7 @@ The following properties, which are inherited from the [Apache Kafka C/C++ clien
9494
|Property | Applies to | librdkafka equivalent |
9595
|---------|---------|---------|
9696
| AutoCommitIntervalMs | Trigger | `auto.commit.interval.ms` |
97+
| AutoOffsetReset | Trigger | `auto.offset.reset` |
9798
| FetchMaxBytes | Trigger | `fetch.max.bytes` |
9899
| LibkafkaDebug | Both | `debug` |
99100
| MaxPartitionFetchBytes | Trigger | `max.partition.fetch.bytes` |

0 commit comments

Comments
 (0)