Skip to content

Commit 1a99621

Browse files
authored
MINOR: update docs for KAFKA-19668 (apache#20506)
Docs change for [KAFKA-19668](https://issues.apache.org/jira/browse/KAFKA-19668) bug fix. Reviewers: Bill Bejeck <[email protected]>
1 parent a2c8823 commit 1a99621

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/streams/developer-guide/dsl-api.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3180,6 +3180,9 @@ <h5><a class="toc-backref" href="#id34">KTable-KTable Foreign-Key
31803180
</tr>
31813181
</tbody>
31823182
</table>
3183+
3184+
<p><b>CAUTION:</b> If you are using "merge repartition topics" optimization, it is not recommended to use <code>KStream#processValues</code> to avoid compatibility issues for future upgrades to newer versions of Kafka Streams.
3185+
For more details, see the <a href="/40/documentation/streams/developer-guide/dsl-api.htm#transformers-removal-and-migration-to-processors">migration guide</a> in the Kafka Streams 4.0 docs.</p>
31833186
<p>The following example shows how to leverage, via the <code class="docutils literal"><span class="pre">KStream#process()</span></code> method, a custom <code class="docutils literal"><span class="pre">Processor</span></code> that sends an
31843187
email notification whenever a page view count reaches a predefined threshold.</p>
31853188
<p>First, we need to implement a custom stream processor, <code class="docutils literal"><span class="pre">PopularPageEmailAlert</span></code>, that implements the <code class="docutils literal"><span class="pre">Processor</span></code>

0 commit comments

Comments
 (0)