Closed pnv1 closed 5 months ago
https://github.com/ydb-platform/ydb-java-sdk/blob/develop/topic/src/main/java/tech/ydb/topic/read/events/ReadEventHandler.java There is currently no way for SDK users to get information about committed offsets rather than futures from message and batch commit() methods. A new DeferredCommitter class is going to be added soon. So there should be a way to subscribe on CommitResponse events from server.
https://github.com/ydb-platform/ydb-java-sdk/blob/develop/topic/src/main/java/tech/ydb/topic/read/events/ReadEventHandler.java#L10
https://github.com/ydb-platform/ydb-java-sdk/blob/develop/topic/src/main/java/tech/ydb/topic/read/events/ReadEventHandler.java There is currently no way for SDK users to get information about committed offsets rather than futures from message and batch commit() methods. A new DeferredCommitter class is going to be added soon. So there should be a way to subscribe on CommitResponse events from server.