[jira] [Work logged] (CAMEL-13628) Implement camel-file-watch component

2019-07-12 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13628?focusedWorklogId=275792=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-275792
 ]

ASF GitHub Bot logged work on CAMEL-13628:
--

Author: ASF GitHub Bot
Created on: 12/Jul/19 10:49
Start Date: 12/Jul/19 10:49
Worklog Time Spent: 10m 
  Work Description: oscerd commented on pull request #3019: CAMEL-13628: 
Implemented file-watch component
URL: https://github.com/apache/camel/pull/3019
 
 
   
 

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


Issue Time Tracking
---

Worklog Id: (was: 275792)
Time Spent: 20m  (was: 10m)

> Implement camel-file-watch component
> 
>
> Key: CAMEL-13628
> URL: https://issues.apache.org/jira/browse/CAMEL-13628
> Project: Camel
>  Issue Type: New Feature
>Reporter: Jan Bednar
>Priority: Minor
> Fix For: 3.0.0, 3.0.0.M5
>
>  Time Spent: 20m
>  Remaining Estimate: 0h
>
> As discussed on mailing list. 
> [http://camel.465427.n5.nabble.com/New-component-PoC-Watch-modifications-in-directory-td5835854.html]
> This component will be consumer-only.
> Features:
>  * Watch events (File added, File removed, File modified) in directory
>  * Allow to watch directory and subdirectories (recursive)
>  * Allow filtering by event types
>  * Support filtering of events using SImple File language
>  * Use queue for consumed events (WatchService does not handle well slow 
> consumers and OVERFLOW occurs). Support option concurrentConsumers and size
>  * Type converters (Event -> CamelFile)



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Work logged] (CAMEL-13628) Implement camel-file-watch component

2019-07-05 Thread ASF GitHub Bot (JIRA)


 [ 
https://issues.apache.org/jira/browse/CAMEL-13628?focusedWorklogId=272770=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-272770
 ]

ASF GitHub Bot logged work on CAMEL-13628:
--

Author: ASF GitHub Bot
Created on: 05/Jul/19 23:27
Start Date: 05/Jul/19 23:27
Worklog Time Spent: 10m 
  Work Description: bedlaj commented on pull request #3019: CAMEL-13628: 
Implemented file-watch component
URL: https://github.com/apache/camel/pull/3019
 
 
   Implementation of file-watch component. 
   
   First plan was using plain nio java.nio.file.WatchService. But this is 
highly platform dependent and I thought, it could be confusing for users. 
Because of that, it is based on gmethvin/directory-watcher, which does a pretty 
good job with encapsulating this.
 

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


Issue Time Tracking
---

Worklog Id: (was: 272770)
Time Spent: 10m
Remaining Estimate: 0h

> Implement camel-file-watch component
> 
>
> Key: CAMEL-13628
> URL: https://issues.apache.org/jira/browse/CAMEL-13628
> Project: Camel
>  Issue Type: New Feature
>Reporter: Jan Bednar
>Priority: Minor
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> As discussed on mailing list. 
> [http://camel.465427.n5.nabble.com/New-component-PoC-Watch-modifications-in-directory-td5835854.html]
> This component will be consumer-only.
> Features:
>  * Watch events (File added, File removed, File modified) in directory
>  * Allow to watch directory and subdirectories (recursive)
>  * Allow filtering by event types
>  * Support filtering of events using SImple File language
>  * Use queue for consumed events (WatchService does not handle well slow 
> consumers and OVERFLOW occurs). Support option concurrentConsumers and size
>  * Type converters (Event -> CamelFile)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)