epugh commented on a change in pull request #2215: URL: https://github.com/apache/lucene-solr/pull/2215#discussion_r559695973
########## File path: solr/server/solr/configsets/sample_techproducts_configs/conf/solrconfig.xml ########## @@ -674,12 +679,12 @@ *** WARNING *** Before enabling remote streaming, you should make sure your system has authentication enabled. - - <requestParsers enableRemoteStreaming="false" + --> + <requestParsers enableRemoteStreaming="true" Review comment: This was required for one of the demos.. Line 113 of script-update-processor shows a curl command: ``` http://localhost:8983/solr/techproducts/update?commit=true&stream.contentType=text/csv&fieldnames=id,description&stream.body=1,foo&update.chain=script ``` If this is too dangerous, I could revert this change and document the need to make the change in the directions. It's just one more barrier to easily trying the feature with the tech products example. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org