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 7b3ab56 commit aed83d5Copy full SHA for aed83d5
client/src/main/java/io/hstream/SubscriptionOffset.java
@@ -43,7 +43,7 @@ public SpecialOffset getSpecialOffset() {
43
}
44
45
public RecordId getNormalOffset() {
46
- if (isSpecialOffset()) {
+ if (isNormalOffset()) {
47
return recordId;
48
} else {
49
throw new IllegalStateException("subscriptionOffset is not normal offset");
0 commit comments