kaffe icon indicating copy to clipboard operation
kaffe copied to clipboard

Examples not compatible with Elixir 1.10 or 1.11

Open Shoowa opened this issue 5 years ago • 2 comments

What's the proper way to include either the Kaffe.Producer or Kaffe.Consumer into the children list. The examples from Elixir School and the README aren't satisfying the requirement to conform to the newer child specification.

Shoowa avatar Oct 23 '20 06:10 Shoowa

@Shoowa The README should be correct for Kaffe.GroupMemberSupervisor. Kaffe.Producer doesn't utilize a process so there's no need to include it in the children list.

We haven't yet updated the supervisors to support the newer child specification. I created a PR #69 but lost track of it at some point.

objectuser avatar Oct 26 '20 12:10 objectuser

Thank you for the tip!

Shoowa avatar Oct 26 '20 14:10 Shoowa