is anybody using kafka? what other options is there? currently i need
to do around 50,000 (is that a lot?) a minute.
On 7/1/2012 11:39 AM, aaron morton wrote:
> Using Cassandra as a queue is generally thought of as a bas idea,
> owing to the high delete workload. Levelled compaction handles it
> better but it is still no the best approach.
>
> Depending on your needs consider running
> http://incubator.apache.org/kafka/
>
>> could you share some details on this? we're using hector and we see
>> random timeout warns in the logs and not sure how to address them.
> First determine if they are server side or client side timeouts. Then
> determine what the query was.
>
> Cheers
>
> -----------------
> Aaron Morton
> Freelance Developer
> @aaronmorton
> http://www.thelastpickle.com
>
> On 29/06/2012, at 7:02 AM, Deno Vichas wrote:
>
>> On 6/28/2012 9:37 AM, David Leimbach wrote:
>>>
>>> That coupled with Hector timeout issues became a real problem for us.
>>
>> could you share some details on this? we're using hector and we see
>> random timeout warns in the logs and not sure how to address them.
>>
>>
>> thanks,
>> deno
>
|