ydb-platform / ydb-java-sdk

YDB Java SDK
https://ydb.tech
Apache License 2.0
37 stars 21 forks source link

Add CommitOffset request support #126

Closed pnv1 closed 1 year ago

pnv1 commented 1 year ago

Proto: https://github.com/ydb-platform/ydb-api-protos/blob/ab816662f29c1e39e460b35e779c1c459947e090/protos/ydb_topic.proto#L549-L572 Where to add request in SDK: https://github.com/ydb-platform/ydb-java-sdk/blob/develop/topic/src/main/java/tech/ydb/topic/TopicClient.java#L97

ivanrudn0303 commented 1 year ago

https://github.com/ydb-platform/ydb-java-sdk/pull/128