Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-31 Thread Ngu, Bob
Ok, so I guess this means there isn’t explicit support for OSGi yet, I’ll take a look at the client rewrite when I get a chance, thanks. On 10/30/13, 5:31 PM, "Joe Stein" wrote: >In regards to OSGi maybe it is something you would propose and help out >with for the client rewrite >https://cwiki.a

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-31 Thread Ngu, Bob
Thanks, got it to work, much appreciated. On 10/30/13, 5:23 PM, "Joe Stein" wrote: >you need a pgp keypair. > >if you use sbt you could try http://www.scala-sbt.org/sbt-pgp/usage.html > >or without sbt get OpenPGP installed http://linux.die.net/man/1/gpg2 and >then > >gpg2 --gen-key > > >On Wed,

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Joe Stein
In regards to OSGi maybe it is something you would propose and help out with for the client rewrite https://cwiki.apache.org/confluence/display/KAFKA/Client+Rewrite I don't know what is entailed for coding and long term support and what the community benefit would be. If you could help with any of

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Joe Stein
you need a pgp keypair. if you use sbt you could try http://www.scala-sbt.org/sbt-pgp/usage.html or without sbt get OpenPGP installed http://linux.die.net/man/1/gpg2 and then gpg2 --gen-key On Wed, Oct 30, 2013 at 8:05 PM, Ngu, Bob wrote: > Hi Joe, > > I ran into a number of missing PGP key

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Ngu, Bob
Hi Joe, I ran into a number of missing PGP key error with “sbt publish-local” [error] (Kafka/*:packaged-artifacts) java.io.FileNotFoundException: /Users/rngu/.sbt/gpg/secring.asc (No such file or directory) [error] (perf/*:packaged-artifacts) java.io.FileNotFoundException: /Users/rngu/.sbt/gpg/sec

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Ngu, Bob
Thanks, I did just that, I found the kafka github repo, grabbed the 0.8 branch and it builds fine now. Any thoughts on the OSGi support question? On 10/30/13, 4:00 PM, "Joe Stein" wrote: >Can you go off the 0.8 branch please? We're in the process of the 0.8.0 >release so if you still have proble

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Joe Stein
Can you go off the 0.8 branch please? We're in the process of the 0.8.0 release so if you still have problems that were not resolved we can know what they are. /*** Joe Stein Founder, Principal Consultant Big Data Open Source Security LLC http://www.st

Re: Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Ngu, Bob
Also I have to upgrade scalatest to 1.9 because 1.8 no longer exists. However, I got a bunch of compile errors building with 2.10.2, any insights will be much appreciated, thanks. [error] /Users/rngu/ij/kafka-0.8.0-beta1-src/core/src/main/scala/kafka/utils/Annota tions.scala:31: not found: type S

Kafka 0.8, Scala 2.10.2, OSGi

2013-10-30 Thread Ngu, Bob
Hi, I decided to start a new thread regarding Kafka 0.8 beta1 support for Scala 2.10.2 and OSGi. I asked about 2.10.2 in a different thread I am using Maven to build my Scala library but to resolve the bad POM definition issue, https://issues.apache.org/jira/browse/KAFKA-1064, I added all the re