[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-9361:
---

Github user jamesnetherton closed the pull request at:

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


> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
>Assignee: Andrea Cosentino
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-12-04 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on CAMEL-9361:
-

Thank you James. I will merge your PR this afternoon :-)

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-12-04 Thread ASF GitHub Bot (JIRA)

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

ASF GitHub Bot commented on CAMEL-9361:
---

GitHub user jamesnetherton opened a pull request:

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

[CAMEL-9361] Upgrade kafka to 0.9.0.0



You can merge this pull request into a Git repository by running:

$ git pull https://github.com/jamesnetherton/camel CAMEL-9361

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/camel/pull/709.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #709


commit 94d2d15e78d1892a903b006d36fda4908702977f
Author: James Netherton 
Date:   2015-11-26T13:59:48Z

[CAMEL-9361] Upgrade kafka to 0.9.0.0




> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-26 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on CAMEL-9361:
-

For the moment, I think we can just upgrade the version and leave the new Kafka 
Producer/Consumer APIs support for the future. 

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-26 Thread James Netherton (JIRA)

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

James Netherton commented on CAMEL-9361:


After a couple of small tweaks, the existing codebase seems to work fine with 
the updated Kafka library (the old API will remain supported for some time).  

This gives us a lazy route for upgrading.

If we're wanting to support the newer Kafka producer / consumer APIs, then I'll 
leave that to someone who has a better understanding of Kafka. 

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-25 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on CAMEL-9361:
-

PR for the kafka bundles created.

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-25 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on CAMEL-9361:
-

In the Kafka client there isn't zookeeper, but in Kafka_2.10 there is a 
Zookeeper 3.4.6 dependency.

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-25 Thread Claus Ibsen (JIRA)

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

Claus Ibsen commented on CAMEL-9361:


I think they got rid of the zookeeper in the kafka client now, so the osgi guys 
need to be aware that the import packages is likely less now.

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
> Fix For: 2.17.0
>
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-25 Thread James Netherton (JIRA)

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

James Netherton commented on CAMEL-9361:


Yes, I can take a look. 

I'm no Kafka expert but I'll try to get the component working 'as is' for the 
first step. If you can create the related servicemix bundles, that'd be great! 

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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


[jira] [Commented] (CAMEL-9361) Upgrade Kafka to 0.9.0

2015-11-25 Thread Andrea Cosentino (JIRA)

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

Andrea Cosentino commented on CAMEL-9361:
-

Good idea. I'll submit a PR on Servicemix-bundles creating the related bundle.

Would you like to work on this? :-)

> Upgrade Kafka to 0.9.0
> --
>
> Key: CAMEL-9361
> URL: https://issues.apache.org/jira/browse/CAMEL-9361
> Project: Camel
>  Issue Type: Task
>  Components: camel-kafka
>Reporter: James Netherton
>
> Kafka 0.9.0 is now available. It'd be nice if we could upgrade the camel 
> component to use this. 
> There are some fixes that make Kafka play better in modular runtime 
> environments that I'm interested in trying on WildFly.



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