Skip to content

Commit

Permalink
Fix compile errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Harsha Vardhan Gelivi committed Feb 4, 2021
1 parent 3d50b44 commit c3c28a9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/kaffe/consumer_group/group_manager.ex
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ defmodule Kaffe.GroupManager do
state.consumer_group,
state.worker_manager_pid,
topic,
state.partitions_listener_pid,
state.partitions_listener_pid
)
end

Expand Down
3 changes: 2 additions & 1 deletion lib/kaffe/consumer_group/subscriber/group_member.ex
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ defmodule Kaffe.GroupMember do
worker_manager_pid: nil,
topic: nil,
configured_offset: nil,
current_gen_id: nil
current_gen_id: nil,
partitions_listener_pid: nil
end

## ==========================================================================
Expand Down

0 comments on commit c3c28a9

Please sign in to comment.