certstream-server-go icon indicating copy to clipboard operation
certstream-server-go copied to clipboard

Add SQS / SNS Support

Open goliel opened this issue 4 months ago • 1 comments

Websockets are not very good when you want to process a lot of messages in a large pipeline due to the lack of consumers that can process the messages.

Would like to see some kind of SQS support, this way multiple consumers can subscribe and process the messages as scale out rather than scale up.

goliel avatar Mar 06 '24 11:03 goliel