-
Notifications
You must be signed in to change notification settings - Fork 37
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
Fix csv source for the alpakka-sample-http-csv-to-kafka #68
Comments
Also having a look at why publishing flow just hang because of the error. |
Thank you for suggesting a new data source for this example. |
I have found that the Nasdaq URI can be replaced with However, this new Nasdaq URI only responds to http2 requests, and so the example code must be changed in order to support http2. This is no mean feat and isn't as simple as making a change here or there. It would be great if the examples were updated to use http2. |
For example, step_001_http_request can be changed to this code, but it's only a hack to make it work:
|
Thank you for digging up the new URL. Would you be in a position to suggest these changes in a PR? |
The nasdaq changed the way they share data with the outside world.
Just to see it working I've used another open source csv
val uriCsv = "https://www.stats.govt.nz/assets/Uploads/Annual-enterprise-survey/Annual-enterprise-survey-2019-financial-year-provisional/Download-data/annual-enterprise-survey-2019-financial-year-provisional-csv.csv"
It's probably not the best link to use but currently the project just doesn't work because of a missing source.
The text was updated successfully, but these errors were encountered: