| clear query|facets|time |
Search criteria: .
Results from 1 to 10 from
14 (0.231s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Keeping logs forever - Kafka - [mail # user]
|
|
...Apologies for asking another question as a newbie without having reallytried stuff out, but actually one of our main reasons for wanting to usekafka (not the linkedin use case) is exactly th...
|
|
|
Author: Eric Tschetter,
2013-02-22, 21:39
|
|
|
Re: Keeping logs forever - Kafka - [mail # user]
|
|
...Anthony,Is there a reason you wouldn't want to just push the data into somethingbuilt for cheap, long-term storage (like glacier, S3, or HDFS) and perhaps"replay" from that instead of from t...
|
|
|
Author: Eric Tschetter,
2013-02-22, 00:30
|
|
|
Re: Loading kafka server within a Java process - Kafka - [mail # user]
|
|
...Consumer + broker embedding can be done, I believe. It's justproducer+broker embedding that they don't like :).--EricOn Thu, Feb 14, 2013 at 4:51 PM, Jamie Wang wrote:> Thank ...
|
|
|
Author: Eric Tschetter,
2013-02-14, 23:08
|
|
|
Re: Loading kafka server within a Java process - Kafka - [mail # user]
|
|
...Jamie,As Jay says, this is definitely possible. We also do it at Metamarkets.The one thing that we found odd when doing it though is that you cannot (orcouldn't with the version we are...
|
|
|
Author: Eric Tschetter,
2013-02-14, 22:44
|
|
|
Re: Which version to choose => 0.8 or 0.72 - Kafka - [mail # user]
|
|
...No, no trick question, I'm just excited to have maven artifacts.We'll finally be able to get rid of our forked version (both internally andin Druid) that I haven't been able to get away from...
|
|
|
Author: Eric Tschetter,
2013-01-18, 05:19
|
|
|
Re: Which version to choose => 0.8 or 0.72 - Kafka - [mail # user]
|
|
...Neha,Will the beta release include artifacts in maven? :)--EricOn Thu, Jan 17, 2013 at 4:55 PM, Neha Narkhede wrote:> We think we should be able to share a stable 0.8 beta with the commun...
|
|
|
Author: Eric Tschetter,
2013-01-17, 23:09
|
|
|
Re: multiple Hadoop consumer tasks per partition - Kafka - [mail # user]
|
|
...Matt, What is "poor throughput"? Here at Metamarkets we use Kafka in AWS to collect events in realtime and haven't had throughput issues beyond the general 20MB/s bandwidth that ...
|
|
|
Author: Eric Tschetter,
2012-09-18, 00:44
|
|
|
Number of feeds, how does it scale? - Kafka - [mail # user]
|
|
...Hi guys, I'm wondering about experiences with a large number of feeds created and managed on a single Kafka cluster. Specifically, if anyone can share information about how many ...
|
|
|
Author: Eric Tschetter,
2012-04-09, 18:04
|
|
|
Re: Help with encoding issue. - Kafka - [mail # user]
|
|
...If it's just an encoding issue like Jay says, you might also consider setting the JVM parameter -Dfile.encoding=UTF-8 That will set the default encoding for the whole JVM process...
|
|
|
Author: Eric Tschetter,
2012-04-03, 23:37
|
|
|
Re: Embedding a broker into a producer? - Kafka - [mail # user]
|
|
...Ok, I can do that (that's actually how our current stuff works as well), I was just hoping to maybe remove the need to tell my producer to connect to localhost so that it can talk to some ot...
|
|
|
Author: Eric Tschetter,
2012-04-03, 17:17
|
|
|
|