| clear query|facets|time |
Search criteria: .
Results from 71 to 80 from
490 (0.164s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...I have but I don't really know why. This format worked for me: git commit --author='Bertrand Russell 'On Fri, Jan 4, 2013 at 8:35 PM, Joe Stein wrote:> I started followin...
|
|
|
Author: Jay Kreps,
2013-01-05, 05:30
|
|
|
Re: How can a producer avoid slow brokers? - Kafka - [mail # user]
|
|
...I think the problem you are describing is that if a single broker is slowall producers will come to a halt (because they all talk to this broker).We don't have a great solution for this at t...
|
|
|
Author: Jay Kreps,
2013-01-04, 23:03
|
|
|
[KAFKA-657] Add an API to commit offsets - Kafka - [issue]
|
|
...Currently the consumer directly writes their offsets to zookeeper. Two problems with this: (1) This is a poor use of zookeeper, and we need to replace it with a more scalable offset store, a...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-657
Author: Jay Kreps,
2013-01-04, 17:37
|
|
|
kafka mavenification - Kafka - [mail # dev]
|
|
...Thanks to Maxime it looks like it is done. Who can review this?https://issues.apache.org/jira/browse/KAFKA-133Would be good to have a "shepard" for this issue since it is a pain-pointfor peo...
|
|
|
Author: Jay Kreps,
2013-01-04, 17:19
|
|
|
Re: git workflow - Kafka - [mail # dev]
|
|
...David,So are there any changes you think we should make to the instructions? Ithink what I wrote matches what you are describing.The git patch support does seem better since I think it maint...
|
|
|
Author: Jay Kreps,
2013-01-03, 00:03
|
|
|
git workflow - Kafka - [mail # dev]
|
|
...I don't know about other people but I find git kind of confusing. I thoughtit would be useful to try to document the normal workflow for different usecases:1. Contributing a patch2. Reviewin...
|
|
|
Author: Jay Kreps,
2013-01-02, 21:45
|
|
|
[KAFKA-677] Retention process gives exception if an empty segment is chosen for collection - Kafka - [issue]
|
|
...java.io.FileNotFoundException: /mnt/u001/kafka_08_long_running_test/kafka-logs/NewsActivityEvent-3/00000000000000000000.index (No such file or directory) &...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-677
Author: Jay Kreps,
2012-12-21, 18:21
|
|
|
[KAFKA-678] We should default to NullEncoder for producer - Kafka - [issue]
|
|
...Currently we default to using whatever serializer you set for your value to also work for your key. This works if the serializer is of a generic sort (Avro, Java serialization, etc) and both...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-678
Author: Jay Kreps,
2012-12-21, 18:14
|
|
|
Re: Offset commit api - Kafka - [mail # dev]
|
|
...Yeah, I just meant that as an example, it should be configurable.-JayOn Thu, Dec 20, 2012 at 2:15 PM, Milind Parikh wrote:> +1 on limiting the size. But could you do 2k instead of 1k? Usi...
|
|
|
Author: Jay Kreps,
2012-12-20, 22:18
|
|
|
Re: Offset commit api - Kafka - [mail # dev]
|
|
...Err, to clarify, I meant punt on persisting the metadata not punt onpersisting the offset. Basically that field would be in the protocol butwould be unused in this phase.-JayOn Thu, Dec 20, ...
|
|
|
Author: Jay Kreps,
2012-12-20, 22:05
|
|
|
|