You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@streampipes.apache.org by GitBox <gi...@apache.org> on 2022/11/25 17:13:28 UTC

[GitHub] [streampipes] dominikriemer opened a new issue, #166: Exception in adpaters when the date format is incorect

dominikriemer opened a new issue, #166:
URL: https://github.com/apache/streampipes/issues/166

   When a user marks a property as a timestamp, there is the possibility to provide a regex to convert the timestamp represented as a String into the internal representation of a UNIX timestamp in milliseconds. As long as the date in the events is formatted according to the regex this works properly. When there is an error in the data an exception is thrown and the adapter stops producing data. In this case the adapter should ignore the event instead and continue with the next event.
   
   Imported from Jira [STREAMPIPES-57](https://issues.apache.org/jira/browse/STREAMPIPES-57). Original Jira may contain additional context.
   Reported by: zehnder.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti closed issue #166: Exception in adpaters when the date format is incorect

Posted by GitBox <gi...@apache.org>.
bossenti closed issue #166: Exception in adpaters when the date format is incorect
URL: https://github.com/apache/streampipes/issues/166


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [streampipes] bossenti commented on issue #166: Exception in adpaters when the date format is incorect

Posted by GitBox <gi...@apache.org>.
bossenti commented on issue #166:
URL: https://github.com/apache/streampipes/issues/166#issuecomment-1328002124

   Closing the issue as it is inadvertently in `open` status due to migration from JIRA.


-- 
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.

To unsubscribe, e-mail: issues-unsubscribe@streampipes.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org