We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
dev (current development state)
UI
We try to replay a CSV file with a File Stream Adapter but it is not working properly.
The target is to replay 1 row every 100ms, store the rsults in a Data Lake and publish in parallel the results to a websocket Sink.
It seems that csv files (we tried different CSV formats, delimiters and options) rows are processed for all lines immediately.
In „Basic Settings“ „Replay Speed“ gives no change. Any changes in „Speed Up Factor“ result in the same result.
We tried to add a column with milliseconds and convert to DateNumber and mark it as TimeStamp but this was not working.
The UI is losing after saving several options such as:
There is no help available for this Adapter.
No response
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered:
fix(#2856): improve handling of invalid UNIX timestamps
856801e
fix(#2856): improve handling of invalid UNIX timestamps (#2858)
7dd8ca0
* docs: improve documentation of file stream adapter * fix(#2856): improve handling of invalid UNIX timestamps * minor adaptions * style: fix line length * fix: make type casting more robust * fix: improve handling of missing timestamps * style: add missing whitespace * tests: adapt E2E test * style: adapt file formatting
061ecc1
Successfully merging a pull request may close this issue.
Apache StreamPipes version
dev (current development state)
Affected StreamPipes components
UI
What happened?
We try to replay a CSV file with a File Stream Adapter but it is not working properly.
The target is to replay 1 row every 100ms, store the rsults in a Data Lake and publish in parallel the results to a websocket Sink.
It seems that csv files (we tried different CSV formats, delimiters and options) rows are processed for all lines immediately.
In „Basic Settings“ „Replay Speed“ gives no change. Any changes in „Speed Up Factor“ result in the same result.
We tried to add a column with milliseconds and convert to DateNumber and mark it as TimeStamp but this was not working.
The UI is losing after saving several options such as:
There is no help available for this Adapter.
How to reproduce?
No response
Expected behavior
No response
Additional technical information
No response
Are you willing to submit a PR?
Yes, I am willing to submit a PR!
The text was updated successfully, but these errors were encountered: