jetstream icon indicating copy to clipboard operation
jetstream copied to clipboard

Support hot code reloading

Open mkaput opened this issue 3 years ago • 0 comments
trafficstars

In order to let PullConsumer be full GenServer derivative, we must implement missing code_change/3 callback functionality. I'm not sure if this won't require more sophisticated support under the hood.

See:

  • https://hexdocs.pm/elixir/1.13.3/GenServer.html#c:code_change/3
  • https://hexdocs.pm/connection/Connection.html#c:code_change/3

mkaput avatar Mar 29 '22 08:03 mkaput