| clear query|facets|time |
Search criteria: .
Results from 61 to 70 from
134 (0.251s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: public maven repository for Kafka - Kafka - [mail # user]
|
|
...Jun,Can you clarify, will the maven integration be available for the 0.8 betarelease, or only the final release?JasonOn Thu, Apr 4, 2013 at 7:26 AM, Jun Rao wrote:> Not yet, but wil...
|
|
|
Author: Jason Rosenberg,
2013-04-04, 17:14
|
|
|
Re: Kafka log retentions - Kafka - [mail # user]
|
|
...Essentially,There's a configuration property: log.retention.hoursThis determines the minimum time a message will remain available on thebroker. The default is 7 days.The kafka broker d...
|
|
|
Author: Jason Rosenberg,
2013-04-01, 20:00
|
|
|
Re: log file flushing, flushall on clean shutdown... - Kafka - [mail # user]
|
|
...Thanks Neha for the detailed comments.I'll look forward to 0.8 (maybe start playing with the latest version nextweek).JasonOn Thu, Mar 28, 2013 at 2:18 PM, Neha Narkhede wrote:> >> ...
|
|
|
Author: Jason Rosenberg,
2013-03-29, 02:09
|
|
|
Re: race condition with log flush interval settings... - Kafka - [mail # user]
|
|
...Filed: https://issues.apache.org/jira/browse/KAFKA-839By the way, the jira queue needs to be updated to know that 0.7.2 is now areleased version, etc.JasonOn Thu, Mar 28, 2013 at 7:58 ...
|
|
|
Author: Jason Rosenberg,
2013-03-28, 19:05
|
|
|
[KAFKA-839] Race condition between flushInterval and flushSchedulerInterval - Kafka - [issue]
|
|
...It looks like there is a race condition between the settings for the 2properties: log.default.flush.scheduler.interval.ms &log.default.flush.interval.ms. I'm using 0.7.2....
|
|
|
http://issues.apache.org/jira/browse/KAFKA-839
Author: Jason Rosenberg,
2013-03-28, 18:53
|
|
|
Re: log file flushing, flushall on clean shutdown... - Kafka - [mail # user]
|
|
...Ok, sorry,I see now that in fact, it does close all logs during LogManager.close(),which deeper in the code flushes logSegments. So it doesn't do so asexplicitly as in LogManager.flush...
|
|
|
Author: Jason Rosenberg,
2013-03-28, 18:45
|
|
|
Re: log file flushing, flushall on clean shutdown... - Kafka - [mail # user]
|
|
...Hi Neha,I enabled TRACE logging on the producer, and verified that itsuccessfully wrote out the bytes to the server (but this was after thelast log flush on the server, where trace logging w...
|
|
|
Author: Jason Rosenberg,
2013-03-28, 15:12
|
|
|
Re: changing broker hosts with 0.7.2 - Kafka - [mail # user]
|
|
...Ok,I programmatically configure my kafka producers, but essentially configurethem passing a set of config properties, as if specified in a .propertiesfile.I'll think about trying this, seems...
|
|
|
Author: Jason Rosenberg,
2013-03-20, 19:33
|
|
|
Re: changing broker hosts with 0.7.2 - Kafka - [mail # user]
|
|
...On Wed, Mar 20, 2013 at 12:00 PM, Philip O'Toole wrote:> > For> > producers, also, you can't really use a load-balancer to connect to> brokers> > (you can use zk, ...
|
|
|
Author: Jason Rosenberg,
2013-03-20, 19:07
|
|
|
Re: changing broker hosts with 0.7.2 - Kafka - [mail # user]
|
|
...On Wed, Mar 20, 2013 at 11:10 AM, Philip O'Toole wrote:> On Wed, Mar 20, 2013 at 10:55 AM, Jason Rosenberg > wrote:>> > On Wed, Mar 20, 2013 at 9:06 AM, Philip O'Toole &...
|
|
|
Author: Jason Rosenberg,
2013-03-20, 18:21
|
|
|
|