Re: Committers: how do you develop locally?

2013-01-12 Thread Matan Safriel
Hi, Can you have a go at suggesting a viable dev environment for non-LinkedIn staff? Perhaps the following would make sense to ask in this context. - How much hardware would you throw at it if you didn't have access to a very large lab? - Have you ever run (for dev/testing) many compone

Re: MapDB

2013-01-12 Thread Jan Kotek
No, there are no benchmarks yet. Also MapDB does not have TCP support. Jan On Friday 11 January 2013 13:28:40 B.e. wrote: > Have you benchmarked against java-chronicle? > > Thx > > Sent from my iPad > > On Jan 10, 2013, at 9:11 PM, Jan Kotek wrote: > > Hi, > > > > I am author of MapDB; dat

Re: Committers: how do you develop locally?

2013-01-12 Thread Jun Rao
All our system tests run on a single box (multiple instances of brokers will be started to test replication). That's the minimum that one should run. It would be better if one runs all system tests on a real cluster (with at least 3 servers). For the latter, you will need to override some of the pr

Re: Access logs aggregation

2013-01-12 Thread Ron Tsoref
I have been experimenting with Kafka for the last hour or so and it seems like using a custom *tail* command with the producer is sending the written lines of logs to Kafka. However, there's no a clear separation between the messages that are received by the ConsoleConsumer, so I can't be sure tha

Re: STOMP binding for Kafka

2013-01-12 Thread Mridul Jain
Damn! Pull messaging doesn't work in STOMP: https://groups.google.com/forum/?fromgroups=#!searchin/stomp-spec/pull$20message/stomp-spec/-mVMJEOuay4/tUUW6wjzn0sJ Back to JMS:( On Sat, Jan 12, 2013 at 11:13 AM, Mridul Jain wrote: > I have to replace some existing messaging system with Kafka and t

Re: Access logs aggregation

2013-01-12 Thread Neha Narkhede
To ensure if messages are properly deserialized, you can look into writing your own "formatter" for the ConsoleConsumer. Similarly, you might have to wire in your own "line-reader" for the ConsoleProducer. Thanks, Neha On Sat, Jan 12, 2013 at 11:12 AM, Ron Tsoref wrote: > I have been experimen

Re: Kafka open source projects

2013-01-12 Thread Jay Kreps
I say go for it, if at some point this becomes a problem we can get more strict about it... On Thu, Jan 10, 2013 at 8:56 PM, Olivier Pomel wrote: > While we're on the topic of community - what's the right place / way to > advertise Kafka-related jobs? > > The standard etiquette I've seen in oth