Re: Partitioner question/issue

2012-10-22 Thread David Harris
That is helpful, thank you. And thanks for all the good work you guys have been doing on Kafka, I think its a great piece of software. David Harris On Mon, Oct 22, 2012 at 1:19 PM, Neha Narkhede wrote: > You are hitting https://issues.apache.org/jira/browse/KAFKA-278 > > The par

Partitioner question/issue

2012-10-22 Thread David Harris
d parameter: * ProducerData(topic: String, key: K, data: List[V])* Am I missing something here? Thanks David Harris

Re: StreamCorruptedException when running ZkUtils.getCluster(zKclient);

2012-10-05 Thread David Harris
th the CentOS box and the Windows machine are running Java 6 but they are from different vendors (One is IBM the other is Sun) I'm guessing that is the issue but I'm not sure if changing the JVM that is being used will do the trick or not. I will try it tomorrow. Any other ideas that I migh

StreamCorruptedException when running ZkUtils.getCluster(zKclient);

2012-10-05 Thread David Harris
at org.I0Itec.zkclient.serialize.SerializableSerializer.deserialize(SerializableSerializer.java:31) ... 15 more I’m not sure if I’m doing something wrong or misusing the API can anyone offer me any guidance? Thanks David Harris