mjsax commented on code in PR #20589:
URL: https://github.com/apache/kafka/pull/20589#discussion_r2388678421
##########
docs/streams/developer-guide/running-app.html:
##########
@@ -134,17 +134,78 @@ <h3><a class="toc-backref" href="#id8">Determining how
many application instance
<li>Data should be equally distributed across topic
partitions. For example, if two topic partitions each have 1 million messages,
this is better than a single partition with 2 million messages and none in the
other.</li>
<li>Processing workload should be equally distributed
across topic partitions. For example, if the time to process messages varies
widely, then it is better to spread the processing-intensive messages across
partitions rather than storing these messages within the same partition.</li>
</ul>
-</div>
-</div>
-</div>
+ </div>
+ <h3>Available Listeners and Callbacks</h3>
+ <p>
+ Kafka Streams provides several listener and callback APIs
that allow applications
+ to react to lifecycle events, handle errors, and observe
state changes.
+ </p>
- </div>
- </div>
- <div class="pagination">
+ <ul>
+ <li>
+ <b>UncaughtExceptionHandler</b><br/>
Review Comment:
```suggestion
<b>StreamsUncaughtExceptionHandler:</b><br/>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]