Re: Kafka Connect Embedded API

2017-07-26 Thread Debasish Ghosh
Thanks for the information. I also had the same feeling after spending some time with the current code base. On Wed, Jul 26, 2017 at 12:30 PM, Ewen Cheslack-Postava wrote: > The vast majority of KIP-26 has been implemented. Unfortunately, the > embedded API is still one of the gaps that has not

Re: Kafka Connect Embedded API

2017-07-26 Thread Ewen Cheslack-Postava
The vast majority of KIP-26 has been implemented. Unfortunately, the embedded API is still one of the gaps that has not yet been implemented. It likely requires some additional design work as only a prototype API was proposed in the KIP describing the framework as a whole. -Ewen On Wed, Jul 12, 2

Re: Kafka Connect Embedded API

2017-07-12 Thread Debasish Ghosh
Thanks .. I found this blog post from Confluent https://www.confluent.io/blog/hello-world-kafka-connect-kafka-streams/ .. It's possibly pre-KIP 26, as the code base says .. /** * This is only a temporary extension to Kafka Connect runtime until there is an Embedded API as per KIP-26 */ Has KIP-

Re: Kafka Connect Embedded API

2017-07-12 Thread David Garcia
I would just look at an example: https://github.com/confluentinc/kafka-connect-jdbc https://github.com/confluentinc/kafka-connect-hdfs On 7/12/17, 8:27 AM, "Debasish Ghosh" wrote: Hi - I would like to use the embedded API of Kafka Connect as per https://cwiki.apache.org/con

Kafka Connect Embedded API

2017-07-12 Thread Debasish Ghosh
Hi - I would like to use the embedded API of Kafka Connect as per https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=58851767. But cannot find enough details regarding the APIs and implementation models. Is there any sample example that gives enough details about embedded Kafka Conne

Kafka Connect Embedded API

2016-01-06 Thread Shiti Saxena
Hi, I wanted to use Kafka Connect in an application and wanted to if the Embedded API discussed in KIP-26 available in 0.9.0.0 or is there an alternative? Thanks, Shiti