Skip to content

Commit 12ff6da

Browse files
Merge pull request #1036 from Orderful/docs/add-from-beginning-kafka
docs(microservices): add subscribe option to kafka docs
2 parents d80661b + 5a3e6a0 commit 12ff6da

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

content/microservices/kafka.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,16 @@ The `options` property is specific to the chosen transporter. The <strong>Kafka<
7171
>here</a
7272
>)</td>
7373
</tr>
74+
<tr>
75+
<td><code>subscribe</code></td>
76+
<td>Subscribe configuration options (read more
77+
<a
78+
href="https://kafka.js.org/docs/consuming#frombeginning"
79+
rel="nofollow"
80+
target="blank"
81+
>here</a
82+
>)</td>
83+
</tr>
7484
<tr>
7585
<td><code>producer</code></td>
7686
<td>Producer configuration options (read more

0 commit comments

Comments
 (0)