Skip to content

Limit Controls for Network Requests and File Reading #63

@itboy87

Description

@itboy87

Users should be able to set certain limits when making network requests or reading from files, such as:

•	Initial size: The starting size of data to be fetched or read.
•	Read increment size: The size of data to be read next, until the max limit is reached, the data source is empty, or a specific tag is found.
•	Max size: The maximum total data to be fetched or read.

This feature will enable partial data fetching, allowing, for example, the parsing of just the header of a web page without needing to fully download or read the entire page.

The functionality should be integrated into the SourceReader component, so it can work seamlessly with both file systems and network URLs.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions