[jira] [Created] (CAMEL-10137) Add a Camel-Kubernetes example

2016-07-11 Thread Andrea Cosentino (JIRA)
Andrea Cosentino created CAMEL-10137:


 Summary: Add a Camel-Kubernetes example
 Key: CAMEL-10137
 URL: https://issues.apache.org/jira/browse/CAMEL-10137
 Project: Camel
  Issue Type: Task
  Components: examples
Reporter: Andrea Cosentino
Assignee: Andrea Cosentino
Priority: Minor
 Fix For: 2.18.0


An example can be useful for end-users. 



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (CAMEL-10066) Add support for InfluxDB

2016-07-11 Thread ASF GitHub Bot (JIRA)

[ 
https://issues.apache.org/jira/browse/CAMEL-10066?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15370884#comment-15370884
 ] 

ASF GitHub Bot commented on CAMEL-10066:


Github user jlpedrosa closed the pull request at:

https://github.com/apache/camel/pull/1073


> Add support for InfluxDB
> 
>
> Key: CAMEL-10066
> URL: https://issues.apache.org/jira/browse/CAMEL-10066
> Project: Camel
>  Issue Type: New Feature
>Reporter: Jose Luis Pedrosa
>Priority: Minor
>
> I would be nice to have a camel component for influxdb time series database.
> https://influxdata.com/



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CAMEL-10136) Missing Group attribute for Tokenize DSL added to the Body Expression

2016-07-11 Thread Charles Moulliard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles Moulliard updated CAMEL-10136:
--
Affects Version/s: (was: 2.15.3)

> Missing Group attribute for Tokenize DSL added to the Body Expression
> -
>
> Key: CAMEL-10136
> URL: https://issues.apache.org/jira/browse/CAMEL-10136
> Project: Camel
>  Issue Type: Bug
>Reporter: Charles Moulliard
>
> The option group ("",".tokenize("\n", 
> 1000)") doesn't exist when we use the Tokenize DSL after a body expression
> {code}
> .split(body(String.class).tokenize("\n")).streaming()
> {code}
> but only when we create append the .tokenize() DSL to the splitter
> {code}
> .split().tokenize("\n",3).streaming()
> {code}
> Question : Is it the expected behaviour or something missing ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CAMEL-10136) Missing Group attribute for Tokenize DSL added to the Body Expression

2016-07-11 Thread Charles Moulliard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles Moulliard updated CAMEL-10136:
--
Summary: Missing Group attribute for Tokenize DSL added to the Body 
Expression  (was: Missing Group attribute for Token DSL)

> Missing Group attribute for Tokenize DSL added to the Body Expression
> -
>
> Key: CAMEL-10136
> URL: https://issues.apache.org/jira/browse/CAMEL-10136
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.15.3
>Reporter: Charles Moulliard
>
> The option group ("",".tokenize("\n", 
> 1000)") doesn't exist when we use the Tokenize DSL after a body expression
> {code}
> .split(body(String.class).tokenize("\n")).streaming()
> {code}
> but only when we create append the .tokenize() DSL to the splitter
> {code}
> .split().tokenize("\n",3).streaming()
> {code}
> Question : Is it the expected behaviour or something missing ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CAMEL-10136) Missing Group attribute for Token DSL

2016-07-11 Thread Charles Moulliard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles Moulliard updated CAMEL-10136:
--
Description: 
The option group ("",".tokenize("\n", 
1000)") doesn't exist when we use the Tokenize DSL after a body expression
{code}
.split(body(String.class).tokenize("\n")).streaming()
{code}

but only when we create append the .tokenize() DSL to the splitter

{code}
.split().tokenize("\n",3).streaming()
{code}

Question : Is it the expected behaviour or something missing ?

  was:
The option group ("",".tokenize("\n", 
1000)") doesn't exist when using the Token DSL but only when we create a 
TokenExpression

{code}
TokenizerExpression token = new TokenizerExpression();
token.setGroup(1000);
token.setToken("\n");
{code}

Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
lines) - http://camel.apache.org/splitter.html


> Missing Group attribute for Token DSL
> -
>
> Key: CAMEL-10136
> URL: https://issues.apache.org/jira/browse/CAMEL-10136
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.15.3
>Reporter: Charles Moulliard
>
> The option group ("",".tokenize("\n", 
> 1000)") doesn't exist when we use the Tokenize DSL after a body expression
> {code}
> .split(body(String.class).tokenize("\n")).streaming()
> {code}
> but only when we create append the .tokenize() DSL to the splitter
> {code}
> .split().tokenize("\n",3).streaming()
> {code}
> Question : Is it the expected behaviour or something missing ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CAMEL-10136) Missing Group attribute for Token DSL

2016-07-11 Thread Charles Moulliard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles Moulliard updated CAMEL-10136:
--
Affects Version/s: (was: 2.17.1)
   (was: 2.16.3)
   (was: 2.15.6)
   2.15.3

> Missing Group attribute for Token DSL
> -
>
> Key: CAMEL-10136
> URL: https://issues.apache.org/jira/browse/CAMEL-10136
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.15.3
>Reporter: Charles Moulliard
>
> The option group ("",".tokenize("\n", 
> 1000)") doesn't exist when using the Token DSL but only when we create a 
> TokenExpression
> {code}
> TokenizerExpression token = new TokenizerExpression();
> token.setGroup(1000);
> token.setToken("\n");
> {code}
> Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
> lines) - http://camel.apache.org/splitter.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Updated] (CAMEL-10136) Missing Group attribute for Token DSL

2016-07-11 Thread Charles Moulliard (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10136?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Charles Moulliard updated CAMEL-10136:
--
Description: 
The option group ("",".tokenize("\n", 
1000)") doesn't exist when using the Token DSL but only when we create a 
TokenExpression

{code}
TokenizerExpression token = new TokenizerExpression();
token.setGroup(1000);
token.setToken("\n");
{code}

Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
lines) - http://camel.apache.org/splitter.html

  was:
The option group ("",".tokenize("\n", 
1000)") doesn't exist when using the Token DSL but only when we create a 
TokenExpression

{code}
TokenizerExpression token = new TokenizerExpression();
token.setGroup(1000);
token.setToken("\n");
{coee}

Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
lines) - http://camel.apache.org/splitter.html


> Missing Group attribute for Token DSL
> -
>
> Key: CAMEL-10136
> URL: https://issues.apache.org/jira/browse/CAMEL-10136
> Project: Camel
>  Issue Type: Bug
>Affects Versions: 2.15.6, 2.16.3, 2.17.1
>Reporter: Charles Moulliard
>
> The option group ("",".tokenize("\n", 
> 1000)") doesn't exist when using the Token DSL but only when we create a 
> TokenExpression
> {code}
> TokenizerExpression token = new TokenizerExpression();
> token.setGroup(1000);
> token.setToken("\n");
> {code}
> Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
> lines) - http://camel.apache.org/splitter.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Created] (CAMEL-10136) Missing Group attribute for Token DSL

2016-07-11 Thread Charles Moulliard (JIRA)
Charles Moulliard created CAMEL-10136:
-

 Summary: Missing Group attribute for Token DSL
 Key: CAMEL-10136
 URL: https://issues.apache.org/jira/browse/CAMEL-10136
 Project: Camel
  Issue Type: Bug
Affects Versions: 2.17.1, 2.16.3, 2.15.6
Reporter: Charles Moulliard


The option group ("",".tokenize("\n", 
1000)") doesn't exist when using the Token DSL but only when we create a 
TokenExpression

{code}
TokenizerExpression token = new TokenizerExpression();
token.setGroup(1000);
token.setToken("\n");
{coee}

Either the code is incomplete or the Camel Doc  (See Splitting by Grouping N 
lines) - http://camel.apache.org/splitter.html



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Resolved] (CAMEL-10134) Camel-Kubernetes: Add the ability to consume events from Resources filtered by labels and/or name

2016-07-11 Thread Andrea Cosentino (JIRA)

 [ 
https://issues.apache.org/jira/browse/CAMEL-10134?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Andrea Cosentino resolved CAMEL-10134.
--
Resolution: Fixed

> Camel-Kubernetes: Add the ability to consume events from Resources filtered 
> by labels and/or name
> -
>
> Key: CAMEL-10134
> URL: https://issues.apache.org/jira/browse/CAMEL-10134
> Project: Camel
>  Issue Type: Improvement
>  Components: camel-kubernetes
>Reporter: Andrea Cosentino
>Assignee: Andrea Cosentino
> Fix For: 2.18.0
>
>
> Actually we can consume events from resources filtered by namespace only.
> It would be great to allow filtering by label and name. In this way we can 
> think of monitoring our resources and eventually take action (for example 
> trigger a scale operation with a Producer on a Replication Controller)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)