bbejeck commented on code in PR #20903:
URL: https://github.com/apache/kafka/pull/20903#discussion_r2535454828
##########
docs/upgrade.html:
##########
@@ -217,6 +217,10 @@ <h5><a id="upgrade_420_notable"
href="#upgrade_420_notable">Notable changes in 4
policy. The <code>PrincipalConnectorClientConfigOverridePolicy</code>
policy is now deprecated and will be removed in Kafka 5.0.0.
For further details, please refer to <a
href="https://cwiki.apache.org/confluence/x/2IkvFg">KIP-1188</a>.
</li>
+ <li>
+ It is now possible to specify the start time for a Kafka Streams
punctuation, instead of relying on the non-deterministic time for when the
punctuation was registered.
Review Comment:
```suggestion
It is now possible to specify the start time for a Kafka Streams
punctuation, instead of relying on the non-deterministic time when you register
it.
```
##########
docs/upgrade.html:
##########
@@ -217,6 +217,10 @@ <h5><a id="upgrade_420_notable"
href="#upgrade_420_notable">Notable changes in 4
policy. The <code>PrincipalConnectorClientConfigOverridePolicy</code>
policy is now deprecated and will be removed in Kafka 5.0.0.
For further details, please refer to <a
href="https://cwiki.apache.org/confluence/x/2IkvFg">KIP-1188</a>.
</li>
+ <li>
+ It is now possible to specify the start time for a Kafka Streams
punctuation, instead of relying on the non-deterministic time for when the
punctuation was registered.
Review Comment:
nit: small change in the text - up to you if you want to accept it.
--
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]