Re: STOMP binding for Kafka

2013-01-11 Thread Mridul Jain
I have to replace some existing messaging system with Kafka and the applications running on top are/would be either JMS or STOMP compliant in different languages. I am looking for simple capabilities with Kafka high-level client apis give and not anything fancy/transactional like ActiveMQ as our ma

Re: STOMP binding for Kafka

2013-01-11 Thread Jun Rao
Right now, there is no such plan. What features are you looking for by using STOMP? Thanks, Jun On Fri, Jan 11, 2013 at 9:15 PM, Mridul Jain wrote: > Is there any plan or interest in the following...if yes, I might solicit > some review as I have a need for STOMP binding and might have to deve

Re: STOMP binding for Kafka

2013-01-11 Thread Mridul Jain
Is there any plan or interest in the following...if yes, I might solicit some review as I have a need for STOMP binding and might have to develop it anyway. Thanks Mridul On Sat, Jan 12, 2013 at 10:38 AM, Jun Rao wrote: > Kafka currently doesn't support those. > > Thanks, > > Jun > > On Fri, Ja

Re: Committers: how do you develop locally?

2013-01-11 Thread Jun Rao
At LinkedIn, committers develop on mac or linux using either eclipse or intellij. We have a testing cluster that constantly runs all our system tests. Thanks, Jun On Fri, Jan 11, 2013 at 12:22 PM, S Ahmed wrote: > I'm very interesting in getting an inside peak as to how you guys go about > dev

Re: STOMP binding for Kafka

2013-01-11 Thread Jun Rao
Kafka currently doesn't support those. Thanks, Jun On Fri, Jan 11, 2013 at 8:37 PM, Mridul Jain wrote: > hi, > Is there a STOMP/JMS binding for Kafka? I was following the thread below: > > http://mail-archives.apache.org/mod_mbox/incubator-kafka-dev/201109.mbox/%3ccahpe1evmz5ghbsmgbqyrj+q3s17t

Re: Producer Connection - UnresolvedAddressException.

2013-01-11 Thread Jun Rao
The difference btw 0.7 and 0.8 is that in 0.7, a producer can send messages to each broker through a vip. In 0.8, the producer has to be able to talk to individual broker directly. Thanks, Jun On Fri, Jan 11, 2013 at 11:27 AM, Jason Huang wrote: > Just curious - is there any way to by-pass the

Re: Producer Connection - UnresolvedAddressException.

2013-01-11 Thread Jason Huang
Just curious - is there any way to by-pass the cluster metadata and only use a static broker (or a static broker list)? I thought before 0.8 we have a way to skip zookeeper and use static broker, right? The issue is that I can't start my kafka server with the 208.39.***.** ip because that's not a

Re: MapDB

2013-01-11 Thread B.e.
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; database engine which provides Maps, Sets, Queues and > other collections backed by disk (or in-memory) storage. MapDB is probably > the > fastes

Re: Producer Connection - UnresolvedAddressException.

2013-01-11 Thread Jason Huang
Jun, Thanks for pointing out this - it makes sense to me. However, after I changed the the hostname property in server.properties: hostname = 208.39.***.** Then I restart the zookeeper (fine). But restarting kafka server gives me the following error: [2013-01-11 11:54:51,492] FATAL Fatal error

Re: Producer Connection - UnresolvedAddressException.

2013-01-11 Thread Jun Rao
The producer used 208.39.105.14:9092 to get the metadata, which was successful. The metadata indicates that the producer should send messages to the broker at address kafka.icare.com:9092, which was unsuccessful. The problem may be item #2 listed in http://kafka.apache.org/faq.html Thanks, Jun O

Producer Connection - UnresolvedAddressException.

2013-01-11 Thread Jason Huang
Hello, I am testing the producer to send a message from my local PC to a remote Kafka server with 0.8.0 installed. However, I was only able to create the log file with that specific topic but not able to write any message to the log file. Here is what the log from the kafka server: [2013-01-11 1