hook_init() has been the Drupal equivalent of Symfony's kernel.request event. We don't want two ways to achieve exactly the same thing, so similar to #1911178: Remove hook_exit(), we should remove hook_init() and convert all implementations to event subscribers.
↧