| clear query|facets|time |
Search criteria: .
Results from 21 to 30 from
489 (0.088s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Loading kafka server within a Java process - Kafka - [mail # user]
|
|
...Yes, it will work. We do this at LinkedIn, actually.-JayOn Thu, Feb 14, 2013 at 12:15 PM, Jamie Wang wrote:> I have a situation where we have constraint on the number of processes w...
|
|
|
Author: Jay Kreps,
2013-02-14, 22:40
|
|
|
Re: versionId in responses (and general API versioning questions) - Kafka - [mail # dev]
|
|
...Hey David,We ended up not versioning the response, instead the version mustcorrespond to the request version.This makes sense from the client point of view. If you send a requestusing versio...
|
|
|
Author: Jay Kreps,
2013-02-13, 21:08
|
|
|
Re: updating API guide on wiki - Kafka - [mail # dev]
|
|
...Since that code is in trunk not in 0.8 we are going to need tointroduce some kind of versioning entry for each API.I would recommend we leave the internal broker-broker APIs undocumented for...
|
|
|
Author: Jay Kreps,
2013-02-13, 18:14
|
|
|
Re: Clients and partition leaders - Kafka - [mail # dev]
|
|
...This is a good idea. There are actually two ways to implement this:1. A RESTFUL interface, as Jun mentions. This might make more sensesince if you don't mind the overhead of sending all the ...
|
|
|
Author: Jay Kreps,
2013-02-13, 18:11
|
|
|
Re: Atlanta AJUG presentation on Kafka March 19th - Kafka - [mail # user]
|
|
...I think the important thing to understand is that there are twomeanings for the word replication.1. Mirroring is copying data from one cluster and writing it toanother. We use this to make s...
|
|
|
Author: Jay Kreps,
2013-02-13, 17:11
|
|
|
Re: Poseidon, a new 0.8 compatible Ruby client for Kafka - Kafka - [mail # user]
|
|
...This is awesome. When you get it fully functional add it to the clientspage so people can find it.-JayOn Mon, Feb 11, 2013 at 11:40 PM, Bob Potter wrote:> Howdy,>> I just push...
|
|
|
Author: Jay Kreps,
2013-02-12, 15:49
|
|
|
Re: admin functionality refactoring - Kafka - [mail # dev]
|
|
...One thought I had on some of these things was that it is actually kind offunny that we implement them in zookeeper. Technically we could implementthem in Kafka itself which would mean less c...
|
|
|
Author: Jay Kreps,
2013-02-11, 20:09
|
|
|
admin functionality refactoring - Kafka - [mail # dev]
|
|
...Admin functionality in 0.8 is kind of messy. What should we do?There are a bunch of misc. command line tools under kafka.admin. AdminUtilsis the closest thing we have to an admin inter...
|
|
|
Author: Jay Kreps,
2013-02-08, 23:12
|
|
|
Re: dynamic config zookeeper code - Kafka - [mail # dev]
|
|
...Hey Joe,I threw up a first draft on this patch, take a look and see what you think.I think what you are saying is that you want to avoid having configurationchanges take effect dynamically o...
|
|
|
Author: Jay Kreps,
2013-02-08, 23:03
|
|
|
[KAFKA-754] Disable log4j logging in command line tools - Kafka - [issue]
|
|
...The command line tools use the same log4j configuration as the server, so they produce all kinds of logging to standard out. This is annoying. Administrative tools and performance tests shou...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-754
Author: Jay Kreps,
2013-02-08, 22:26
|
|
|
|