Re: Deleting a topic without delete.topic.enable=true?

2016-12-11 Thread Surendra , Manchikanti
If "auto.create.topics.enable" is set to true in your configurations , any producer/consumer or fetch request will create the topic again. Set it to false and delete the topic. -- Surendra Manchikanti On Sat, Dec 10, 2016 at 10:59 AM, Todd Palino wrote: > Are you running something

Re: Kafka Connector for Solr

2016-04-22 Thread Surendra , Manchikanti
Hi Jay, Thanks!! Can you please share the contact person to include this in Confluent Coneector Hub page. Regards, Surendra M -- Surendra Manchikanti On Fri, Apr 22, 2016 at 4:32 PM, Jay Kreps wrote: > This is great! > > -Jay > > On Fri, Apr 22, 2016 at 2:28 PM, Surendr

Kafka Connector for Solr

2016-04-22 Thread Surendra , Manchikanti
Hi, I have implemented KafkaConnector for Solr, Please find the below github link. https://github.com/msurendra/kafka-connect-solr The initial release having SolrSinkConnector Only, SolrSourceConnector under development will add it soon. Regards, Surendra M

Re: Kafka connect to database to push consumed data

2016-03-31 Thread Surendra , Manchikanti
Please look into Confluent Kafka connectors. http://www.confluent.io/developers/connectors -- Surendra Manchikanti On Thu, Mar 31, 2016 at 6:43 PM, Kavitha Veluri wrote: > Hi, > > I'm trying to use Kafka streams for my use case which consumes data from > producer , proces