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

Enhancement: Option to use InputStream instead of String on import #22

Open
Khazrak opened this issue Mar 22, 2015 · 1 comment
Open
Assignees

Comments

@Khazrak
Copy link

Khazrak commented Mar 22, 2015

To optimize import of larger datas from Databases an option to use a InputStream/Buffered Reader instead of String would be nice.

The new Database-connector from Mule has a "Streaming"-option.

Maybe have a streaming-option for the export so we can efficiently export large data sets from Anaplan. I get if this would be a problem due to not closing the connection to Anaplan.
But atleast the import should be able to use a InputStream/Buffered Reader as Payload

@shuvozula shuvozula self-assigned this Mar 23, 2015
@bdmaven
Copy link
Contributor

bdmaven commented Mar 25, 2015

Thank you for the feedback. We have this tracked in our backlog as an enhancement to the product.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants