frido opened a new issue, #694:
URL: https://github.com/apache/plc4x/issues/694

   If there is exception while scraping, the exception is logged on the DEBUG 
level.
   
https://github.com/apache/plc4x/blob/d2e3dcafee07b9406489bd02c84b1f8fe432601f/plc4j/tools/scraper/src/main/java/org/apache/plc4x/java/scraper/triggeredscraper/TriggeredScraperTask.java#L204
   
   The user can override this `handleException(Exception e)` method, but it is 
not possible to pass custom implementation of `TriggeredScraperTask` to the 
`TriggeredScraperImpl`.
   There is hard-coded `TriggeredScraperTask` class:
   
https://github.com/apache/plc4x/blob/d2e3dcafee07b9406489bd02c84b1f8fe432601f/plc4j/tools/scraper/src/main/java/org/apache/plc4x/java/scraper/triggeredscraper/TriggeredScraperImpl.java#L202
   
   It should be possible to set something like _task factory_ to the 
`TriggeredScraperImpl`.


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to