Re: REST API to kafka topic

2016-12-15 Thread hans
Also see https://github.com/confluentinc/kafka-rest-node for an example JavaScript wrapper on the Confluent REST Proxy. You definitely do not have to use Kafka Connect to pub/sub to Kafka via REST. -hans > On Dec 15, 2016, at 11:17 AM, Stevo Slavić wrote: > > https://github.com/confluentinc

Re: REST API to kafka topic

2016-12-15 Thread Stevo Slavić
https://github.com/confluentinc/kafka-rest On Thu, Dec 15, 2016 at 8:12 PM, Gautham Kumaran < gautham.kumara...@gmail.com> wrote: > Hi Everyone, > > I'm trying to learn Kafka. So this might be basic :) > > I've come across the following API call to a kafka topic directly, but I > was under the im