| clear query|facets|time |
Search criteria: .
Results from 11 to 20 from
134 (0.223s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: problems with one of my tests and the latest 0.8 branch - Kafka - [mail # user]
|
|
...Yep,The configs are good. And my apps are working fine too. It seems only tobe an issue with this test (and a few others like it).JasonOn Sun, Jun 16, 2013 at 3:02 PM, Eric Sites...
|
|
|
Author: Jason Rosenberg,
2013-06-17, 03:15
|
|
|
problems with one of my tests and the latest 0.8 branch - Kafka - [mail # user]
|
|
...I've started having problems with the latest version of the 0.8 branch. The test below has started failing. It was working fine with a priorversion of 0.8, going back to Apr 30(sh...
|
|
|
Author: Jason Rosenberg,
2013-06-16, 21:14
|
|
|
Re: Kafka 0.8 Maven and IntelliJ - Kafka - [mail # user]
|
|
...Try the one under core/targets?On Tue, Jun 11, 2013 at 3:34 PM, Florin Trofin wrote:> I downloaded the latest 0.8 snapshot and I want to build using Maven:>> ./sbt make-pom>...
|
|
|
Author: Jason Rosenberg,
2013-06-12, 05:42
|
|
|
[KAFKA-623] It should be possible to re-create KafkaStreams after an exception, without recreating ConsumerConnector - Kafka - [issue]
|
|
...This issue came out of a discussion on the user mailing list (not something I experienced directly).Bob Cotton reported:"During the implementation of a custom Encoder/Decoder we noticed...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-623
Author: Jason Rosenberg,
2013-06-11, 17:53
|
|
|
[KAFKA-602] A ConsumerConnector that never receives messages does not shutdown cleanly - Kafka - [issue]
|
|
...Working with the latest trunk version (last commit was on 10/9/2012).If I create a consumer connector, and create some KafkaStreams using a TopicFilter, but then never send any messages, and...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-602
Author: Jason Rosenberg,
2013-06-05, 20:24
|
|
|
Re: Compression in kafka 0.8 - Kafka - [mail # user]
|
|
...In this case, does the consumer code need to change, account for thecompression (or is this handled automatically in the consumer apis?).If we decide to start compressing messages to a topic...
|
|
|
Author: Jason Rosenberg,
2013-06-05, 07:14
|
|
|
[KAFKA-899] LeaderNotAvailableException the first time a new message for a partition is processed. - Kafka - [issue]
|
|
...I'm porting some unit tests from 0.7.2 to 0.8.0. The test does the following, all embedded in the same java process:-- spins up a zk instance-- spins up a kafka server using a fres...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-899
Author: Jason Rosenberg,
2013-05-31, 06:18
|
|
|
async producer and new ack levels - Kafka - [mail # user]
|
|
...With 0.8, we now have ack levels when sending messages. I'm wondering howthis applies when sending messages in async mode. Are there any guaranteesat least that each async batch ...
|
|
|
Author: Jason Rosenberg,
2013-05-31, 04:50
|
|
|
[KAFKA-900] ClosedByInterruptException when high-level consumer shutdown normally - Kafka - [issue]
|
|
...I'm porting some unit tests from 0.7.2 to 0.8.0. The test does the following, all embedded in the same java process: -- spins up a zk instance -- spins up a kafka server using a fresh lo...
|
|
|
http://issues.apache.org/jira/browse/KAFKA-900
Author: Jason Rosenberg,
2013-05-29, 17:56
|
|
|
Re: large amount of disk space freed on restart - Kafka - [mail # user]
|
|
...Yeah, that's what it looks like to me (looking at the code). So, I'mguessing it's some os level caching, resource recycling. Have you everheard of this happening? One thing...
|
|
|
Author: Jason Rosenberg,
2013-05-23, 18:06
|
|
|
|