Skip to content

Commit

Permalink
fix: update v2 group consumer spec
Browse files Browse the repository at this point in the history
  • Loading branch information
chsukivra authored Dec 20, 2023
1 parent 6966f02 commit efeb649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/brod_group_subscriber_v2.erl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
-callback init(brod_group_subscriber_v2:init_info(), _CbConfig) ->
{ok, _State}.

-callback handle_message(brod:message(), State) ->
-callback handle_message(brod:message() | brod:message_set(), State) ->
{ok, commit, State}
| {ok, ack, State}
| {ok, State}.
Expand Down

0 comments on commit efeb649

Please sign in to comment.