Skip to content

Commit c522df3

Browse files
authored
fix offset flush-period (#327)
needs: #326 these example is using `flush-period` wrong
1 parent 7fc0635 commit c522df3

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

docs/connectors/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ consumer:
133133
offset:
134134
strategy: auto
135135
start: beginning
136-
flush: 10s
136+
flush-period:
137+
secs: 10
138+
nanos: 0
137139
```
138140

139141
### References

versioned_docs/version-0.13.0/connectors/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ consumer:
133133
offset:
134134
strategy: auto
135135
start: beginning
136-
flush: 10s
136+
flush-period:
137+
secs: 10
138+
nanos: 0
137139
```
138140

139141
### References

versioned_docs/version-0.14.0/connectors/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ consumer:
133133
offset:
134134
strategy: auto
135135
start: beginning
136-
flush: 10s
136+
flush-period:
137+
secs: 10
138+
nanos: 0
137139
```
138140

139141
### References

versioned_docs/version-0.14.1/connectors/configuration.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,9 @@ consumer:
133133
offset:
134134
strategy: auto
135135
start: beginning
136-
flush: 10s
136+
flush-period:
137+
secs: 10
138+
nanos: 0
137139
```
138140

139141
### References

0 commit comments

Comments
 (0)