bbejeck commented on code in PR #17691:
URL: https://github.com/apache/kafka/pull/17691#discussion_r1830245611
##########
streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsProducer.java:
##########
@@ -135,8 +134,8 @@ void initTransaction() {
}
public void resetProducer(final Producer<byte[], byte[]> producer) {
- if (processingMode != EXACTLY_ONCE_V2) {
- throw new IllegalStateException("Expected eos-v2 to be enabled,
but the processing mode was " + processingMode);
Review Comment:
Any way to put back the misconfigured `processingMode`? It's a minor point
but could save a user from having to look up the current configs. I'll leave
it up to you.
--
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]