We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49056e6 commit 80ae339Copy full SHA for 80ae339
src/test/java/com/rabbitmq/stream/impl/StreamConsumerTest.java
@@ -628,7 +628,6 @@ void autoTrackingShouldStoreOffsetZeroOnClosing() throws Exception {
628
5,
629
() -> {
630
QueryOffsetResponse response = client.queryOffset(reference, stream);
631
- System.out.println(response.isOk());
632
return response.isOk() && response.getOffset() == lastReceivedOffset.get();
633
},
634
() ->
0 commit comments