Re: [jira] [Commented] (KAFKA-1234) All kafka-run-class.sh to source in user config file (to set env vars like KAFKA_OPTS)

2014-01-31 Thread Benjamin Black
On CentOS the equivalent is files in /etc/sysconfig. As with /etc/default, they are per service settings exactly as you want and exactly to solve the problem you have. There is no need to change Kafka to behave in a non-standard way in its startup scripts. On Fri, Jan 31, 2014 at 4:14 PM, Alex Gr

[jira] [Commented] (KAFKA-1234) All kafka-run-class.sh to source in user config file (to set env vars like KAFKA_OPTS)

2014-01-31 Thread Benjamin Black (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-1234?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13888211#comment-13888211 ] Benjamin Black commented on KAFKA-1234: --- There are OS-specific ways of doing

Re: Runtime problem in 8 beta1?

2013-08-27 Thread Benjamin Black
I've been using the Maven package without issue. Of course, I'm not using Spring, either. Here's the relevant section from a working pom: org.scala-lang scala-library 2.9.1 org.apache.kafka kafka_2.9.1

Re: Runtime problem in 8 beta1?

2013-08-26 Thread Benjamin Black
You need scala 2.8. On Aug 26, 2013 9:16 PM, "David Williams" wrote: > > Hi Jay, > > To which jars are you referring? Does scala have a Maven coodinate? As > it stands I am compiling with. > > > > org.scala-lang > scala-library > 2.10.2 > > > org.scala-lang >

Re: [VOTE] Logo runoff vote

2013-07-31 Thread Benjamin Black
+1 on 296 Not even close On Jul 31, 2013 1:34 PM, "Jay Kreps" wrote: > Okay folks we did a survey on the JIRA (KAFKA-982) and it was more or less > a tie between two logos: > > https://issues.apache.org/jira/secure/attachment/12593545/296.png > https://issues.apache.org/jira/secure/attachment/12

[jira] [Commented] (KAFKA-982) Logo for Kafka

2013-07-23 Thread Benjamin Black (JIRA)
[ https://issues.apache.org/jira/browse/KAFKA-982?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13717618#comment-13717618 ] Benjamin Black commented on KAFKA-982: -- None of them make much sense, but 29

Re: SimpleConsumer metadata request hangs

2013-07-19 Thread Benjamin Black
Solution: this is caused by mixing Scala 2.8.0 Kafka with some 2.9.1 client code. Rebuilding Kafka with 2.9.2 solved the problem. On Jul 19, 2013 11:30 AM, "Benjamin Black" wrote: > Looks fine on the broker. The data is just not being returned from the > call to SimpleConsumer.

Re: SimpleConsumer metadata request hangs

2013-07-19 Thread Benjamin Black
this yet in our production usage. > > -Jay > > > On Thu, Jul 18, 2013 at 10:00 PM, Benjamin Black wrote: > > > Using Kafka 0.8 (current as of a few hours ago), I am seeing metadata > > requests using SimpleConsumer hang. Log below, and the call never returns > >

SimpleConsumer metadata request hangs

2013-07-18 Thread Benjamin Black
Using Kafka 0.8 (current as of a few hours ago), I am seeing metadata requests using SimpleConsumer hang. Log below, and the call never returns or times out. Broker is working and passing traffic for other clients. Anyone else seeing this? > DEBUG [2013-07-19 04:13:34,779] kafka.network.BlockingCh