-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Batch / Transient publishing docs are inadequate #684
Comments
Transient publishing is nothing to do with REST |
Of course it's not. But the point is that a developer doesn't think about transient publishing, they don't even know what it is. A developer thinks about their problem which is, for example, "I need to publish lots of messages", or I need to publish one message to many channels". So they think of bulk publishing, or batch publishing, and transient publishing for a realtime client offers high performance publishing on a single connection that is effective for bulk publishing, and often batch publishing if one message only goes to one channel. So our documentation continues to be written from our perspective in regards to how we've designed and described our APIs, instead of around the problems developers have enabling them to discover our feature set that helps them solve their problems. I don't think you could say that anyone, other than Ably, would have any idea what "transient publishing" is without reading the docs. And that's my point. |
Hi Guys. Any progress on this. I remember reporting that transient publishing didn't seem to be available in the .Net SDK. It remains listed on the feature matrix as available, but this was previously an docs error. |
Reopening. @QuintinWillison pls have a look ^. |
Customers have asked about batch publishing a few times (see https://support.ably.io/a/tickets/100659 for example), and what I've noticed is that:
Whilst reviewing all of this, I saw lots of issues that I marked up:
┆Issue is synchronized with this Jira Bug by Unito
The text was updated successfully, but these errors were encountered: