Skip to content

Commit

Permalink
deploy: bc12925
Browse files Browse the repository at this point in the history
  • Loading branch information
vigith committed Oct 13, 2024
1 parent 484eac8 commit 6de8446
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions APIs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -7486,6 +7486,30 @@ <h3 id="numaflow.numaproj.io/v1alpha1.KafkaSink">

<td>

<code>setKey</code></br> <em> bool </em>
</td>

<td>

<em>(Optional)</em>
<p>

SetKey sets the Kafka key to the keys passed in the Message. When the
key is null (default), the record is sent randomly to one of the
available partitions of the topic. If a key exists, Kafka hashes the
key, and the result is used to map the message to a specific partition.
This ensures that messages with the same key end up in the same
partition.
</p>

</td>

</tr>

<tr>

<td>

<code>tls</code></br> <em> <a href="#numaflow.numaproj.io/v1alpha1.TLS">
TLS </a> </em>
</td>
Expand Down
2 changes: 1 addition & 1 deletion search/search_index.json

Large diffs are not rendered by default.

Binary file modified sitemap.xml.gz
Binary file not shown.

0 comments on commit 6de8446

Please sign in to comment.