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 4604b0e commit c6168aeCopy full SHA for c6168ae
src/test/java/com/rabbitmq/stream/impl/ClientTest.java
@@ -840,6 +840,7 @@ void exchangeCommandVersions() {
840
}
841
842
@Test
843
+ @BrokerVersionAtLeast("3.11.0")
844
void deliverVersion2LastCommittedOffsetShouldBeSet() throws Exception {
845
int publishCount = 20_000;
846
byte correlationId = 42;
0 commit comments