Patrick Philipp created STREAMPIPES-571:
-------------------------------------------
Summary: Cannot name property after influx-reserved keywords in
connect
Key: STREAMPIPES-571
URL: https://issues.apache.org/jira/browse/STREAMPIPES-571
Project: StreamPipes
Issue Type: Bug
Components: Connect
Reporter: Patrick Philipp
When connecting a new source, one cannot name a property after keywords
reserved by influxdb. An example is the keyword "offset", which causes autmatic
renaming to "offset_" and error "Exception in thread "Thread-19"
java.lang.IllegalArgumentException: Field offset_ not found at
org.apache.streampipes.model.runtime.Event.lambda$getFieldByRuntimeName$1(Event.java:74)
[...]"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)