mjsax commented on code in PR #16778:
URL: https://github.com/apache/kafka/pull/16778#discussion_r1735050815
##########
streams/test-utils/src/main/java/org/apache/kafka/streams/processor/MockProcessorContext.java:
##########
@@ -450,7 +438,7 @@ public Headers headers() {
@Override
public long timestamp() {
if (recordTimestamp == null) {
- throw new IllegalStateException("Timestamp must be set before use
via setRecordMetadata() or setTimestamp().");
Review Comment:
I second this.
--
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]