Philipp Zehnder created STREAMPIPES-302:
-------------------------------------------
Summary: File Set Adapter does not start on pipeline invokation
Key: STREAMPIPES-302
URL: https://issues.apache.org/jira/browse/STREAMPIPES-302
Project: StreamPipes
Issue Type: Bug
Components: Backend, Connect
Reporter: Philipp Zehnder
Fix For: 0.68.0
There is a "status code: 405" error when a pipeline is started for the data
source.
This is the error message from the logs: ERROR
o.a.s.m.e.http.HttpRequestBuilder - status code: 405
I tested it with a CSV file (see below). This works with the File Stream
Adapter, but not with the Set Adapter.
Example CSV: (The Jira file attachment did not work)
timestamp;value
1612691076765;1
1612691077766;2
1612691078767;3
--
This message was sent by Atlassian Jira
(v8.3.4#803005)