Re: Failed attempt to delete topic

2015-12-03 Thread Steve Robenalt
r.scala:90) > > at kafka.producer.Producer.send(Producer.scala:76) > > > > How can be get around this issue and start using the topics that we tried > > to clean up? There may have been better ways to achieve what we wanted, > if > > so please suggest recommendati

Re: Has anybody successfully integrated Kafka jar for Android app.

2014-07-16 Thread Steve Robenalt
dence it is talking to the real endpoint. Perhaps run the HTTP servers > behind nginx, and let it do the SSL termination. Secure transport is not > built-into Kafka, last time I checked. > > So while strictly speaking it is more software, the system is > significantly more manageable and rob

Re: Has anybody successfully integrated Kafka jar for Android app.

2014-07-16 Thread Steve Robenalt
Hi Subodh, I would think you'd be better off having an app server of some kind as an intermediary that accepts messages from your android app and posts them to Kafka for you, rather than having your app be a Kafka Producer on its own. Steve On Wed, Jul 16, 2014 at 1:22 PM, Subodh Nijsure < subo

Re: kafka-clients missing in maven central

2014-07-01 Thread Steve Robenalt
You didn't state which Kafka version you are using, but there is a known problem with at least one version. https://issues.apache.org/jira/browse/KAFKA-1174 has the details. The workaround (if you can use it) is to change the client to use a different scala-libs version. The client and server sca