The WebSocket subscription to analytics events works fine in Postman, but our Node.js consumer is choking when we try to pipe those events into Kafka. We’re using @genesyscloud/node-sdk to grab the auth token, then hitting the endpoint directly since the SDK doesn’t seem to support the streaming query parameters we need. The connection opens, we get a burst of events, and then the stream just stops sending data without closing. No error in the console, just silence. Here’s the fetch setup we’re using to initiate the stream.