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
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
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-
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