Comment on Cloudflare Pub/Sub: Programmable MQTT Message BrokersparentComments−VectorLock4yAnd they're all kinda fucky, like SNS handles a lot but you can't write a program to receive events.−manigandham4yWhat do you mean by "receive events"? SNS can deliver to any HTTP endpoint.−VectorLock4yThen you have to go through the whole process of setting up, routing, and registering an HTTP endpoint, rather than you would as a normal pub/sub simply have the program connect to the publisher and start receiving messages/events.−manigandham4yPub/sub is an architectural model so there's no real "normal" implementation, but SQS is the answer for that.SNS is the router, SQS is the storage (for more advanced push/pull consuming).−sieabahlpark4yPeople are butt hurt that SNS doesn't allow the "subscribe" portion. A webhook is a push action.They forget SQS exists...
Comments
And they're all kinda fucky, like SNS handles a lot but you can't write a program to receive events.
What do you mean by "receive events"? SNS can deliver to any HTTP endpoint.
Then you have to go through the whole process of setting up, routing, and registering an HTTP endpoint, rather than you would as a normal pub/sub simply have the program connect to the publisher and start receiving messages/events.
Pub/sub is an architectural model so there's no real "normal" implementation, but SQS is the answer for that.
SNS is the router, SQS is the storage (for more advanced push/pull consuming).
People are butt hurt that SNS doesn't allow the "subscribe" portion. A webhook is a push action.
They forget SQS exists...