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 3711a1d commit 56bdfd9Copy full SHA for 56bdfd9
topic/src/main/java/tech/ydb/topic/settings/CommitOffsetSettings.java
@@ -36,7 +36,7 @@ public long getOffset() {
36
/**
37
* BUILDER
38
*/
39
- public static class Builder extends OperationBuilder<DescribeTopicSettings.Builder> {
+ public static class Builder extends OperationBuilder<Builder> {
40
private long partitionId = -1;
41
private String consumer = null;
42
private long offset = 0;
0 commit comments