Skip to content

Reduce required API of source streams. #103

Closed
@mattsb42-aws

Description

@mattsb42-aws

Currently, the source stream used by streaming_client streams must implement four APIs:

  • read()
  • tell()
  • close()
  • closed

As raised in #80, there are several cases where it would be useful for us to only require read().

This leaves the following to be considered for elimination:

  • tell()
  • close()
  • closed

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions