🎄 Happy Holidays! 🥳

Most of Solace is closed December 24–January 1 so our employees can spend time with their families. We will re-open Thursday, January 2, 2024. Please expect slower response times during this period and open a support ticket for anything needing immediate assistance.

Happy Holidays!

Please note: most of Solace is closed December 25–January 2, and will re-open Tuesday, January 3, 2023.

Open APIs - streaming : which to use??

Aaron
Aaron Member, Administrator, Moderator, Employee Posts: 644 admin
edited June 2021 in General Discussions #1

Hi all,

Looking for some opinions here!! When exposing a request/reply style interface, REST-over-HTTP is the defacto standard for applications, especially web and cloud apps. GraphQL and gRPC are gaining ground.

But if you wanted to expose an asynchronous / streaming service (e.g. to publish temperature updates, bus location updates, pricing updates, Twitter updates, etc.), what API or protocol(s) would you use? If you were to build something brand new to send data to (say) customers, what would you prefer to use, and why? If multiple answers, order of preference..?

Thank you! 🙏

Aaron

Comments

  • Phil
    Phil Member, Employee Posts: 10 Solace Employee

    I was asked about GRPC today. Would be interested to hear any thoughts on the bridge async to sync

  • Phil
    Phil Member, Employee Posts: 10 Solace Employee

    Regarding Asynch streaming, My view would be to use a vendor/technology agnostic open protocol - MQTT and AMQP for example