Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/content/docs/modules/io/apache-kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ Starts from offsets that have an ingestion time larger than or equal to a specif
```yaml
startupPosition:
type: date
date: 2020-02-01 04:15:00.00 Z
date: 2020-02-01 04:15:00.000 +0000
```

On startup, if the specified startup offset for a partition is out-of-range or does not exist (which may be the case if the ingress is configured to start from group offsets, specific offsets, or from a date), then the ingress will fallback to using the position configured using ``ingress.spec.autoOffsetResetPosition`` which may be set to either `latest` or `earliest`.
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/modules/io/aws-kinesis.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ Starts from offsets that have an ingestion time larger than or equal to a specif
```yaml
startupPosition:
type: date
date: 2020-02-01 04:15:00.00 Z
date: 2020-02-01 04:15:00.000 +0000
```

## Kinesis Egress Spec
Expand Down