| clear query|facets|time |
Search criteria: .
Results from 81 to 90 from
1175 (0.599s).
|
|
|
Loading phrases to help you refine your search...
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Chris,Thanks for the writeup. Looks great overall. A couple of comments.1. At the beginning, it sounds like that one can't run multiple processesof consumers in the same group. This is actua...
|
|
|
Author: Jun Rao,
2013-04-29, 15:03
|
|
|
kafka 0.8 beta release status - Kafka - [mail # dev]
|
|
...We have updated the 0.8 documentation in our website (http://kafka.apache.org/index.html). Please review the docs. We have thefollowing blockers for the 0.8 beta release:additional docs:* ex...
|
|
|
Author: Jun Rao,
2013-04-29, 05:52
|
|
|
Re: Kafka wiki Documentation conventions - looking for feedback - Kafka - [mail # user]
|
|
...Chris,Any update of the high level consumer example?Also, in the Producer example, it would be useful to describe how to writea customized encoder. One subtle thing is that the encoder needs...
|
|
|
Author: Jun Rao,
2013-04-29, 04:51
|
|
|
Re: 0.7.2 Async Producer Question - Kafka - [mail # user]
|
|
...Yes, that's the right way to block on queue full.Thanks,JunOn Sun, Apr 28, 2013 at 12:30 PM, Suyog Rao wrote:> Hi, in Kafka 0.7.2 we are getting QueueFullExceptions while using the&...
|
|
|
Author: Jun Rao,
2013-04-29, 04:45
|
|
|
Re: Is it OK to use different whitelists for different consumers in a same consumer group? - Kafka - [mail # user]
|
|
...It should work, but may not be well tested.Thanks,JunOn Fri, Apr 26, 2013 at 7:41 PM, Helin Xiang wrote:> Hi,>> We currently use Kafka 0.7.2.>> Is it OK to use different...
|
|
|
Author: Jun Rao,
2013-04-27, 04:15
|
|
|
Re: one producer and 2 consumers - Kafka - [mail # user]
|
|
...Have you looked at #4 in http://kafka.apache.org/faq.html ?Thanks,JunOn Fri, Apr 26, 2013 at 8:19 AM, Oleg Ruchovets wrote:> Hi.> I have simple kafka producer/consumer app...
|
|
|
Author: Jun Rao,
2013-04-26, 15:28
|
|
|
Re: ProducerThread NPE - Kafka - [mail # user]
|
|
...Is it possible that you didn't set topic in ProducerData when callingproducer.send()?Thanks,JunOn Fri, Apr 26, 2013 at 7:04 AM, Drew Daugherty <[EMAIL PROTECTED]> wrote:> Hi,>>...
|
|
|
Author: Jun Rao,
2013-04-26, 15:01
|
|
|
Re: mailinglist subscription - Kafka - [mail # user]
|
|
...Yes, see http://www.apache.org/foundation/mailinglists.htmlThanks,JunOn Fri, Apr 26, 2013 at 6:28 AM, Ke Ren wrote:> is there any way I can unsubscribe from this mail list?>>&...
|
|
|
Author: Jun Rao,
2013-04-26, 14:43
|
|
|
Re: Kafka broker not respecting log.roll.hours? - Kafka - [mail # user]
|
|
...Yes, for low volume topic, the time-based rolling can be imprecise. Couldyou file a jira and describe your suggestions there? Ideally, we should setfirstAppendTime to the file creation time....
|
|
|
Author: Jun Rao,
2013-04-26, 14:40
|
|
|
Re: Kafka broker not respecting log.roll.hours? - Kafka - [mail # user]
|
|
...That logic in 0.7.2 seems correct. Basically, firstAppendTime is set onfirst append to a log segment. Then, later on, when a new message isappended and the elapsed time since firstAppendTime...
|
|
|
Author: Jun Rao,
2013-04-26, 04:49
|
|
|
|