Re: Kafka tuning - consultant work

2019-04-15 Thread Stephen Boesch
Please refrain from using this list as a job board. thank you. Am Mo., 15. Apr. 2019 um 07:00 Uhr schrieb Manoj Murumkar < manoj.murum...@gmail.com>: > Damian, > > Let me know when we can talk. I have done extensive work on Kafka and run > a boutique consulting firm specializes in this work. Let

Re: [DISCUSS] Java 8 as a minimum requirement

2016-06-16 Thread Stephen Boesch
@Jeff Klukas What is the concern about scala 2.11 vs 2.12? 2.11 runs on both java7 and java8 2016-06-16 14:12 GMT-07:00 Jeff Klukas : > Would the move to Java 8 be for all modules? I'd have some concern about > removing Java 7 compatibility for kafka-clients and for kafka

Re: Dropping support for Scala 2.9.x

2015-03-27 Thread Stephen Boesch
+1 I was on a project that ended up not using kafka - and this was one reason: there are many other third party libraries that do not even have 2.9 versions so the interdependencies did not work. 2015-03-27 7:34 GMT-07:00 Stevo Slavić ssla...@gmail.com: +1 for dropping 2.9.x support Kind

Re: Why The Division Between Scala And Java

2015-02-22 Thread Stephen Boesch
so there will be both scala and java clients? or will scala users simply import the java libraries (which is after all not too bad) 2015-02-22 16:30 GMT-08:00 Guozhang Wang wangg...@gmail.com: Alex, Before 0.8 Kafka is written in Scala, and in 0.8.2 we are re-writing the clients in Java for

Re: Delete topic functionality can't use in 0.8.1

2015-02-09 Thread Stephen Boesch
Ryco, you are correct: delete topic is a new feature for 0.8.2 2015-02-09 19:53 GMT-08:00 Ryco Xiao ryco.x...@appcoachs.com: when I exec the delete command,return information is below: It mark the kafka-topic.sh not support the delete parameter. my package is compiled by myself. ​

Re: Poll: Producer/Consumer impl/language you use?

2015-01-28 Thread Stephen Boesch
The scala API going away would be a minus. As Koert mentioned we could use the java api but it is less .. well .. functional. Kafka is included in the Spark examples and external modules and is popular as a component of ecosystems on Spark (for which scala is the primary language). 2015-01-28

Re: Right Tool

2014-09-12 Thread Stephen Boesch
Hi Patrick, Kafka can be used at any scale including small ones (initially anyways). The issues I ran into personally various issues with ZooKeeper management and a bug in deleting topics (is that fixed yet?) In any case you might try out Kafka - given its highly performant, scalable, and

Unable to get off the ground following the quick start section

2014-04-17 Thread Stephen Boesch
I have tried to use kafka both building form source via gradle as well as un tgz-ing the tarball. Either way, none of the scripts work in the way described in the Quick Start section. Following is an example : 6:15:40/kafka:91 $bin/zookeeper-server-start.sh config/zookeeper.properties Exception

Re: Unable to get off the ground following the quick start section

2014-04-17 Thread Stephen Boesch
was getting started. http://www.michael-noll.com/blog/2013/03/13/running-a-multi-broker-apache-kafka-cluster-on-a-single-node/ On Thu, Apr 17, 2014 at 9:22 AM, Stephen Boesch java...@gmail.com wrote: I have tried to use kafka both building form source via gradle as well as un tgz-ing