Skip to content

Commit c3c28a9

Browse files
author
Harsha Vardhan Gelivi
committed
Fix compile errors
1 parent 3d50b44 commit c3c28a9

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

lib/kaffe/consumer_group/group_manager.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ defmodule Kaffe.GroupManager do
173173
state.consumer_group,
174174
state.worker_manager_pid,
175175
topic,
176-
state.partitions_listener_pid,
176+
state.partitions_listener_pid
177177
)
178178
end
179179

lib/kaffe/consumer_group/subscriber/group_member.ex

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ defmodule Kaffe.GroupMember do
3636
worker_manager_pid: nil,
3737
topic: nil,
3838
configured_offset: nil,
39-
current_gen_id: nil
39+
current_gen_id: nil,
40+
partitions_listener_pid: nil
4041
end
4142

4243
## ==========================================================================

0 commit comments

Comments
 (0)