ArroyoSystems / arroyo

Distributed stream processing engine in Rust

Home Page:https://arroyo.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add configurable/multiple steps in WebSocket Source

zh4ngx opened this issue · comments

In some cases, there is an authenticate message that needs to be sent before the subscription message, like here in Polygon IO. Without adding too much complexity/error-handling, it would be useful to be able to send multiple messages when setting up a WebSocket source.

Closed in #379