Skip to content

Commit 6d6a3be

Browse files
Merge pull request #2643 from pedropaiva1/patch-3
docs(Kafka): adding postfixId property in kafka client options
2 parents 0ce1df8 + e1bd5bb commit 6d6a3be

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/microservices/kafka.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ The `options` property is specific to the chosen transporter. The <strong>Kafka<
112112
<td><code>producerOnlyMode</code></td>
113113
<td>Feature flag to skip consumer group registration and only act as a producer (<code>boolean</code>)</td>
114114
</tr>
115+
<tr>
116+
<td><code>postfixId</code></td>
117+
<td>Change suffix of clientId value (<code>string</code>)</td>
118+
</tr>
115119
</table>
116120

117121
#### Client

0 commit comments

Comments
 (0)