class Karafka::Server

def start_supervised

Other tags:
    Note: - We don't need to sleep because Karafka::Fetcher is locking and waiting to
def start_supervised
  process.supervise
  Karafka::App.run!
  Karafka::Fetcher.call
end