high volume query output streams will overwhelm browsers, as you've experienced. best practice is don't do that.
On Tue, Mar 11, 2014 at 10:53 AM, Pierre Andrews <pie...@quantifind.com>wrote: > looks great! > > I haven't tried it yet, but had made experiments with websockets and kafka > sometime ago and found that the browsers (at least chrome and firefox) had > issues keeping up with the throughput of my queues and would eventually > freeze when too much data was coming in too fast. > Have you had this issue too? > > P > > > On Tue, Mar 11, 2014 at 2:48 PM, Benjamin Black <b...@b3k.us> wrote: > > > exactly. i'm using it for streaming query output to dashboards. > > > > > > On Tue, Mar 11, 2014 at 10:44 AM, Jay Kreps <jay.kr...@gmail.com> wrote: > > > > > Very cool. If I understand correctly this is a kind of proxy that would > > > connect web browsers to Kafka? Any information you could give on the > use > > > cases this is for? > > > > > > -Jay > > > > > > > > > On Mon, Mar 10, 2014 at 11:02 AM, Benjamin Black <b...@b3k.us> wrote: > > > > > > > I put this up over the weekend, thought it might be useful to folks: > > > > > > > > https://github.com/b/kafka-websocket > > > > > > > > > >