Skip to content
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

ObjectMappers should be able to take InputStreams to handle large responses #351

Open
ryber opened this issue Apr 11, 2020 · 0 comments
Open
Assignees
Labels
Feature Request Valid feature request to add to the backlog

Comments

@ryber
Copy link
Collaborator

ryber commented Apr 11, 2020

Is your feature request related to a problem? Please describe.
Large responses must be fully read into memory in order to get passed to an ObjectMapper as a string. allow support for Mappers to take a InputStream.

Describe the solution you'd like
an overload of methods to take/return inputstreams. This should be optional and not a breaking change

@ryber ryber added the Feature Request Valid feature request to add to the backlog label Apr 11, 2020
@ryber ryber self-assigned this Apr 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Request Valid feature request to add to the backlog
Projects
None yet
Development

No branches or pull requests

1 participant