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
[
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
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
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
>
+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
[
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
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.
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
> >
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