Skip to content

[DDS] support requesting stream history on stream subscription to historical streams #44505

@kenzieschmoll

Description

@kenzieschmoll

Streams for which we have historical data: https://github.com/dart-lang/sdk/blob/master/pkg/dds/dds_protocol.md#streams

Right now, DDS sends historical events upon the first stream subscription per client. In DevTools, we have multiple subscriptions from the same client, and would like to be able to request history upon stream subscription. I think adding an optional sendHistory param for onExtensionEvent, onLoggingEvent, onStderrEvent, and onStdoutEvent would work. Then DDS could send all history to the subscription based on the value of this parameter.

Metadata

Metadata

Assignees

Labels

area-pkgUsed for miscellaneous pkg/ packages not associated with specific area- teams.pkg-ddsFor issues related to the Dart Development Service

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions