Skip to content

Commit

Permalink
Update src/kpro_api_vsn.erl
Browse files Browse the repository at this point in the history
Co-authored-by: Thales Macedo Garitezi <[email protected]>
  • Loading branch information
zmstone and thalesmg authored Oct 17, 2023
1 parent e36a652 commit 05cb0fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/kpro_api_vsn.erl
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
%% version 0: Kafka commits offsets to zookeeper
%% version 1: Thre is a lack of commit retention.
%%
%% 2. Do not support offset_fetch version 0.
%% 2. offset_fetch version 0 is not supported:
%% Version 0: Kafka fetches offsets from zookeeper.
-spec range(kpro:api()) -> false | range().
range(offset_commit) -> {2, 2};
Expand Down

0 comments on commit 05cb0fc

Please sign in to comment.