Expected behavior
The Channel Management Webhook should only subscribe to store/channel/updated and store/channel/created
Actual behavior
It's subscribing to all Events on the channel including cart events.
Steps to reproduce behavior
- Enable Product Webhooks
- Go To Debug and See store/channel/* in the webhooks.
- Have a large store with lots of traffic and hope product sync doesn't get stuck back in the queue because of all the webhooks.
Screenshot/Video (if applicable)

Workaround or possible solution
Make it so that it only subscribes to the webhooks that it needs. Creates a way or an end user to DDoS the server unexpectedly by just changing their cart items. This is reproducible on the latest versions. Thanks!