[VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Harsha Chintalapani
Hi All,
   We are proposing to have a REST Server as part of  Apache Kafka
to provide producer/consumer/admin APIs. We Strongly believe having
REST server functionality with Apache Kafka will help a lot of users.
Here is the KIP that Mani Kumar wrote
https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+Kafka+Rest+Server.
There is a discussion thread in dev list that had differing opinions on
whether to include REST server in Apache Kafka or not. You can read more
about that in this thread
http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3ccamvt_aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E

  This is a VOTE thread to check interest in the community for
adding REST Server implementation in Apache Kafka.

Thanks,
Harsha


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Ben Davison
+ 1

On Tue, Oct 25, 2016 at 10:16 PM, Harsha Chintalapani 
wrote:

> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>

-- 


This email, including attachments, is private and confidential. If you have 
received this email in error please notify the sender and delete it from 
your system. Emails are not secure and may contain viruses. No liability 
can be accepted for viruses that might be transferred by this email or any 
attachment. Any unauthorised copying of this message or unauthorised 
distribution and publication of the information contained herein are 
prohibited.

7digital Limited. Registered office: 69 Wilson Street, London EC2A 2BB.
Registered in England and Wales. Registered No. 04843573.


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Jay Kreps
-1

I think the REST server for Kafka that already exists is quite good and
getting contributions. Moving this into the core project doesn't solve a
problem that I see.

-Jay

On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
wrote:

> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread parth brahmbhatt
+1.

On Tue, Oct 25, 2016 at 2:58 PM, Jay Kreps  wrote:

> -1
>
> I think the REST server for Kafka that already exists is quite good and
> getting contributions. Moving this into the core project doesn't solve a
> problem that I see.
>
> -Jay
>
> On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> wrote:
>
> > Hi All,
> >We are proposing to have a REST Server as part of  Apache
> Kafka
> > to provide producer/consumer/admin APIs. We Strongly believe having
> > REST server functionality with Apache Kafka will help a lot of users.
> > Here is the KIP that Mani Kumar wrote
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > 80:+Kafka+Rest+Server.
> > There is a discussion thread in dev list that had differing opinions on
> > whether to include REST server in Apache Kafka or not. You can read more
> > about that in this thread
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> >
> >   This is a VOTE thread to check interest in the community for
> > adding REST Server implementation in Apache Kafka.
> >
> > Thanks,
> > Harsha
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Jeff Widman
-1

As an end-user, while I like the idea in theory, in practice I don't think
it's a good idea just yet.

Certainly, it'd be useful, enabling things like
https://github.com/Landoop/kafka-topics-ui to work without needing anything
outside of Kafka core.

But there are already enough things in the existing Kafka core that feel a
little half-baked, especially on the ops side... there's been a few threads
lately on the users mailing list where users have asked about functionality
that seems like it should be standard and all proffered solutions have
seemed a bit hacky.

Similarly, while I understand the argument that having a solid HTTP
endpoint would obviate the need for other language bindings, I'm not sure
that's what would happen. From a speed perspective, I'd often rather use
the native bindings in my language of choice, even if it's unofficial and
may be lagging behind on features. So this doesn't feel that compelling to
me.

I'd rather the Kafka community focus on making Kafka rock-solid at what it
does, particularly having the existing CLI ops tooling and docs be really
solid before trying to add fairly major new pieces to the project.

Plus I think it's very beneficial for the Kafka community for Confluent to
have a strong business model--they provide many contributions to core that
most of us benefit from for free. Keeping a few things like the REST
interface under their umbrella gives them free marketing exposure while
still allowing the rest of us access to their tooling as free/open-source.


On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
wrote:

> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Stevo Slavić
-1

I fully agree with Jay and Jeff.

On Wed, Oct 26, 2016 at 12:03 AM, Jeff Widman  wrote:

> -1
>
> As an end-user, while I like the idea in theory, in practice I don't think
> it's a good idea just yet.
>
> Certainly, it'd be useful, enabling things like
> https://github.com/Landoop/kafka-topics-ui to work without needing
> anything
> outside of Kafka core.
>
> But there are already enough things in the existing Kafka core that feel a
> little half-baked, especially on the ops side... there's been a few threads
> lately on the users mailing list where users have asked about functionality
> that seems like it should be standard and all proffered solutions have
> seemed a bit hacky.
>
> Similarly, while I understand the argument that having a solid HTTP
> endpoint would obviate the need for other language bindings, I'm not sure
> that's what would happen. From a speed perspective, I'd often rather use
> the native bindings in my language of choice, even if it's unofficial and
> may be lagging behind on features. So this doesn't feel that compelling to
> me.
>
> I'd rather the Kafka community focus on making Kafka rock-solid at what it
> does, particularly having the existing CLI ops tooling and docs be really
> solid before trying to add fairly major new pieces to the project.
>
> Plus I think it's very beneficial for the Kafka community for Confluent to
> have a strong business model--they provide many contributions to core that
> most of us benefit from for free. Keeping a few things like the REST
> interface under their umbrella gives them free marketing exposure while
> still allowing the rest of us access to their tooling as free/open-source.
>
>
> On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> wrote:
>
> > Hi All,
> >We are proposing to have a REST Server as part of  Apache
> Kafka
> > to provide producer/consumer/admin APIs. We Strongly believe having
> > REST server functionality with Apache Kafka will help a lot of users.
> > Here is the KIP that Mani Kumar wrote
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > 80:+Kafka+Rest+Server.
> > There is a discussion thread in dev list that had differing opinions on
> > whether to include REST server in Apache Kafka or not. You can read more
> > about that in this thread
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> >
> >   This is a VOTE thread to check interest in the community for
> > adding REST Server implementation in Apache Kafka.
> >
> > Thanks,
> > Harsha
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Harsha Chintalapani
Jeff,
  Thanks for participating. We already have the discussion thread going
on. Please add your thoughts there . I'll keep this as interest check vote
thread.
Thanks,
Harsha

On Tue, Oct 25, 2016 at 3:12 PM Stevo Slavić  wrote:

> -1
>
> I fully agree with Jay and Jeff.
>
> On Wed, Oct 26, 2016 at 12:03 AM, Jeff Widman  wrote:
>
> > -1
> >
> > As an end-user, while I like the idea in theory, in practice I don't
> think
> > it's a good idea just yet.
> >
> > Certainly, it'd be useful, enabling things like
> > https://github.com/Landoop/kafka-topics-ui to work without needing
> > anything
> > outside of Kafka core.
> >
> > But there are already enough things in the existing Kafka core that feel
> a
> > little half-baked, especially on the ops side... there's been a few
> threads
> > lately on the users mailing list where users have asked about
> functionality
> > that seems like it should be standard and all proffered solutions have
> > seemed a bit hacky.
> >
> > Similarly, while I understand the argument that having a solid HTTP
> > endpoint would obviate the need for other language bindings, I'm not sure
> > that's what would happen. From a speed perspective, I'd often rather use
> > the native bindings in my language of choice, even if it's unofficial and
> > may be lagging behind on features. So this doesn't feel that compelling
> to
> > me.
> >
> > I'd rather the Kafka community focus on making Kafka rock-solid at what
> it
> > does, particularly having the existing CLI ops tooling and docs be really
> > solid before trying to add fairly major new pieces to the project.
> >
> > Plus I think it's very beneficial for the Kafka community for Confluent
> to
> > have a strong business model--they provide many contributions to core
> that
> > most of us benefit from for free. Keeping a few things like the REST
> > interface under their umbrella gives them free marketing exposure while
> > still allowing the rest of us access to their tooling as
> free/open-source.
> >
> >
> > On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> > wrote:
> >
> > > Hi All,
> > >We are proposing to have a REST Server as part of  Apache
> > Kafka
> > > to provide producer/consumer/admin APIs. We Strongly believe having
> > > REST server functionality with Apache Kafka will help a lot of users.
> > > Here is the KIP that Mani Kumar wrote
> > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > > 80:+Kafka+Rest+Server.
> > > There is a discussion thread in dev list that had differing opinions on
> > > whether to include REST server in Apache Kafka or not. You can read
> more
> > > about that in this thread
> > >
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> > >
> > >   This is a VOTE thread to check interest in the community for
> > > adding REST Server implementation in Apache Kafka.
> > >
> > > Thanks,
> > > Harsha
> > >
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Suresh Srinivas
+1.

This is an http access to core Kafka. This is very much needed as part of 
Apache Kafka under ASF governance model.  This would be great for the community 
instead of duplicated and splintered efforts that may spring up.

Get Outlook for iOS<https://aka.ms/o0ukef>

_
From: Harsha Chintalapani mailto:ka...@harsha.io>>
Sent: Tuesday, October 25, 2016 2:20 PM
Subject: [VOTE] Add REST Server to Apache Kafka
To: mailto:d...@kafka.apache.org>>, 
mailto:users@kafka.apache.org>>


Hi All,
   We are proposing to have a REST Server as part of  Apache Kafka
to provide producer/consumer/admin APIs. We Strongly believe having
REST server functionality with Apache Kafka will help a lot of users.
Here is the KIP that Mani Kumar wrote
https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+Kafka+Rest+Server.
There is a discussion thread in dev list that had differing opinions on
whether to include REST server in Apache Kafka or not. You can read more
about that in this thread
http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3ccamvt_aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E

  This is a VOTE thread to check interest in the community for
adding REST Server implementation in Apache Kafka.

Thanks,
Harsha




Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Ken Jackson
+1


On Tue, Oct 25, 2016 at 3:17 PM, Harsha Chintalapani 
wrote:

> Jeff,
>   Thanks for participating. We already have the discussion thread going
> on. Please add your thoughts there . I'll keep this as interest check vote
> thread.
> Thanks,
> Harsha
>
> On Tue, Oct 25, 2016 at 3:12 PM Stevo Slavić  wrote:
>
> > -1
> >
> > I fully agree with Jay and Jeff.
> >
> > On Wed, Oct 26, 2016 at 12:03 AM, Jeff Widman  wrote:
> >
> > > -1
> > >
> > > As an end-user, while I like the idea in theory, in practice I don't
> > think
> > > it's a good idea just yet.
> > >
> > > Certainly, it'd be useful, enabling things like
> > > https://github.com/Landoop/kafka-topics-ui to work without needing
> > > anything
> > > outside of Kafka core.
> > >
> > > But there are already enough things in the existing Kafka core that
> feel
> > a
> > > little half-baked, especially on the ops side... there's been a few
> > threads
> > > lately on the users mailing list where users have asked about
> > functionality
> > > that seems like it should be standard and all proffered solutions have
> > > seemed a bit hacky.
> > >
> > > Similarly, while I understand the argument that having a solid HTTP
> > > endpoint would obviate the need for other language bindings, I'm not
> sure
> > > that's what would happen. From a speed perspective, I'd often rather
> use
> > > the native bindings in my language of choice, even if it's unofficial
> and
> > > may be lagging behind on features. So this doesn't feel that compelling
> > to
> > > me.
> > >
> > > I'd rather the Kafka community focus on making Kafka rock-solid at what
> > it
> > > does, particularly having the existing CLI ops tooling and docs be
> really
> > > solid before trying to add fairly major new pieces to the project.
> > >
> > > Plus I think it's very beneficial for the Kafka community for Confluent
> > to
> > > have a strong business model--they provide many contributions to core
> > that
> > > most of us benefit from for free. Keeping a few things like the REST
> > > interface under their umbrella gives them free marketing exposure while
> > > still allowing the rest of us access to their tooling as
> > free/open-source.
> > >
> > >
> > > On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> > > wrote:
> > >
> > > > Hi All,
> > > >We are proposing to have a REST Server as part of  Apache
> > > Kafka
> > > > to provide producer/consumer/admin APIs. We Strongly believe having
> > > > REST server functionality with Apache Kafka will help a lot of users.
> > > > Here is the KIP that Mani Kumar wrote
> > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > > > 80:+Kafka+Rest+Server.
> > > > There is a discussion thread in dev list that had differing opinions
> on
> > > > whether to include REST server in Apache Kafka or not. You can read
> > more
> > > > about that in this thread
> > > >
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> > > >
> > > >   This is a VOTE thread to check interest in the community
> for
> > > > adding REST Server implementation in Apache Kafka.
> > > >
> > > > Thanks,
> > > > Harsha
> > > >
> > >
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Sriram Subramanian
-1 for all the reasons that have been described before. This does not need
to be part of the core project.

On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas 
wrote:

> +1.
>
> This is an http access to core Kafka. This is very much needed as part of
> Apache Kafka under ASF governance model.  This would be great for the
> community instead of duplicated and splintered efforts that may spring up.
>
> Get Outlook for iOS<https://aka.ms/o0ukef>
>
> _
> From: Harsha Chintalapani mailto:ka...@harsha.io>>
> Sent: Tuesday, October 25, 2016 2:20 PM
> Subject: [VOTE] Add REST Server to Apache Kafka
> To: mailto:d...@kafka.apache.org>>, <
> users@kafka.apache.org<mailto:users@kafka.apache.org>>
>
>
> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>
>
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread craig w
-1

On Tuesday, October 25, 2016, Sriram Subramanian  wrote:

> -1 for all the reasons that have been described before. This does not need
> to be part of the core project.
>
> On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas  >
> wrote:
>
> > +1.
> >
> > This is an http access to core Kafka. This is very much needed as part of
> > Apache Kafka under ASF governance model.  This would be great for the
> > community instead of duplicated and splintered efforts that may spring
> up.
> >
> > Get Outlook for iOS<https://aka.ms/o0ukef>
> >
> > _
> > From: Harsha Chintalapani  ka...@harsha.io >>
> > Sent: Tuesday, October 25, 2016 2:20 PM
> > Subject: [VOTE] Add REST Server to Apache Kafka
> > To: <mailto:d...@kafka.apache.org
> >>, <
> > users@kafka.apache.org <mailto:users@kafka.apache.org
> >>
> >
> >
> > Hi All,
> >We are proposing to have a REST Server as part of  Apache
> Kafka
> > to provide producer/consumer/admin APIs. We Strongly believe having
> > REST server functionality with Apache Kafka will help a lot of users.
> > Here is the KIP that Mani Kumar wrote
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > 80:+Kafka+Rest+Server.
> > There is a discussion thread in dev list that had differing opinions on
> > whether to include REST server in Apache Kafka or not. You can read more
> > about that in this thread
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com
> %3E
> >
> >   This is a VOTE thread to check interest in the community for
> > adding REST Server implementation in Apache Kafka.
> >
> > Thanks,
> > Harsha
> >
> >
> >
>


-- 

https://github.com/mindscratch
https://www.google.com/+CraigWickesser
https://twitter.com/mind_scratch
https://twitter.com/craig_links


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Jungtaek Lim
+1


On Wed, 26 Oct 2016 at 8:00 AM craig w  wrote:

> -1
>
> On Tuesday, October 25, 2016, Sriram Subramanian  wrote:
>
> > -1 for all the reasons that have been described before. This does not
> need
> > to be part of the core project.
> >
> > On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas  > >
> > wrote:
> >
> > > +1.
> > >
> > > This is an http access to core Kafka. This is very much needed as part
> of
> > > Apache Kafka under ASF governance model.  This would be great for the
> > > community instead of duplicated and splintered efforts that may spring
> > up.
> > >
> > > Get Outlook for iOS<https://aka.ms/o0ukef>
> > >
> > > _____________
> > > From: Harsha Chintalapani  > ka...@harsha.io >>
> > > Sent: Tuesday, October 25, 2016 2:20 PM
> > > Subject: [VOTE] Add REST Server to Apache Kafka
> > > To: <mailto:d...@kafka.apache.org
> > >>, <
> > > users@kafka.apache.org <mailto:users@kafka.apache.org
> > >>
> > >
> > >
> > > Hi All,
> > >We are proposing to have a REST Server as part of  Apache
> > Kafka
> > > to provide producer/consumer/admin APIs. We Strongly believe having
> > > REST server functionality with Apache Kafka will help a lot of users.
> > > Here is the KIP that Mani Kumar wrote
> > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > > 80:+Kafka+Rest+Server.
> > > There is a discussion thread in dev list that had differing opinions on
> > > whether to include REST server in Apache Kafka or not. You can read
> more
> > > about that in this thread
> > >
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com
> > %3E
> > >
> > >   This is a VOTE thread to check interest in the community for
> > > adding REST Server implementation in Apache Kafka.
> > >
> > > Thanks,
> > > Harsha
> > >
> > >
> > >
> >
>
>
> --
>
> https://github.com/mindscratch
> https://www.google.com/+CraigWickesser
> https://twitter.com/mind_scratch
> https://twitter.com/craig_links
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Ali Akhtar
+1. I hope there will be a corresponding Java library for doing admin
functionality.

On Wed, Oct 26, 2016 at 4:10 AM, Jungtaek Lim  wrote:

> +1
>
>
> On Wed, 26 Oct 2016 at 8:00 AM craig w  wrote:
>
> > -1
> >
> > On Tuesday, October 25, 2016, Sriram Subramanian 
> wrote:
> >
> > > -1 for all the reasons that have been described before. This does not
> > need
> > > to be part of the core project.
> > >
> > > On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas <
> sur...@hortonworks.com
> > > >
> > > wrote:
> > >
> > > > +1.
> > > >
> > > > This is an http access to core Kafka. This is very much needed as
> part
> > of
> > > > Apache Kafka under ASF governance model.  This would be great for the
> > > > community instead of duplicated and splintered efforts that may
> spring
> > > up.
> > > >
> > > > Get Outlook for iOS<https://aka.ms/o0ukef>
> > > >
> > > > _
> > > > From: Harsha Chintalapani  > > ka...@harsha.io >>
> > > > Sent: Tuesday, October 25, 2016 2:20 PM
> > > > Subject: [VOTE] Add REST Server to Apache Kafka
> > > > To: <mailto:d...@kafka.apache.org
> > > >>, <
> > > > users@kafka.apache.org <mailto:users@kafka.apache.org
> > > >>
> > > >
> > > >
> > > > Hi All,
> > > >We are proposing to have a REST Server as part of  Apache
> > > Kafka
> > > > to provide producer/consumer/admin APIs. We Strongly believe having
> > > > REST server functionality with Apache Kafka will help a lot of users.
> > > > Here is the KIP that Mani Kumar wrote
> > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > > > 80:+Kafka+Rest+Server.
> > > > There is a discussion thread in dev list that had differing opinions
> on
> > > > whether to include REST server in Apache Kafka or not. You can read
> > more
> > > > about that in this thread
> > > >
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> > > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com
> > > %3E
> > > >
> > > >   This is a VOTE thread to check interest in the community
> for
> > > > adding REST Server implementation in Apache Kafka.
> > > >
> > > > Thanks,
> > > > Harsha
> > > >
> > > >
> > > >
> > >
> >
> >
> > --
> >
> > https://github.com/mindscratch
> > https://www.google.com/+CraigWickesser
> > https://twitter.com/mind_scratch
> > https://twitter.com/craig_links
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Ali Akhtar
And this will make adding health checks via Kubernetes easy.

On Wed, Oct 26, 2016 at 4:12 AM, Ali Akhtar  wrote:

> +1. I hope there will be a corresponding Java library for doing admin
> functionality.
>
> On Wed, Oct 26, 2016 at 4:10 AM, Jungtaek Lim  wrote:
>
>> +1
>>
>>
>> On Wed, 26 Oct 2016 at 8:00 AM craig w  wrote:
>>
>> > -1
>> >
>> > On Tuesday, October 25, 2016, Sriram Subramanian 
>> wrote:
>> >
>> > > -1 for all the reasons that have been described before. This does not
>> > need
>> > > to be part of the core project.
>> > >
>> > > On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas <
>> sur...@hortonworks.com
>> > > >
>> > > wrote:
>> > >
>> > > > +1.
>> > > >
>> > > > This is an http access to core Kafka. This is very much needed as
>> part
>> > of
>> > > > Apache Kafka under ASF governance model.  This would be great for
>> the
>> > > > community instead of duplicated and splintered efforts that may
>> spring
>> > > up.
>> > > >
>> > > > Get Outlook for iOS<https://aka.ms/o0ukef>
>> > > >
>> > > > _
>> > > > From: Harsha Chintalapani > > > ka...@harsha.io >>
>> > > > Sent: Tuesday, October 25, 2016 2:20 PM
>> > > > Subject: [VOTE] Add REST Server to Apache Kafka
>> > > > To: <mailto:dev@kafk
>> a.apache.org
>> > > >>, <
>> > > > users@kafka.apache.org <mailto:users@kafka.apache.org
>> > > >>
>> > > >
>> > > >
>> > > > Hi All,
>> > > >We are proposing to have a REST Server as part of  Apache
>> > > Kafka
>> > > > to provide producer/consumer/admin APIs. We Strongly believe having
>> > > > REST server functionality with Apache Kafka will help a lot of
>> users.
>> > > > Here is the KIP that Mani Kumar wrote
>> > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
>> > > > 80:+Kafka+Rest+Server.
>> > > > There is a discussion thread in dev list that had differing
>> opinions on
>> > > > whether to include REST server in Apache Kafka or not. You can read
>> > more
>> > > > about that in this thread
>> > > >
>> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
>> ox/%3CCAMVt_
>> > > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com
>> > > %3E
>> > > >
>> > > >   This is a VOTE thread to check interest in the community
>> for
>> > > > adding REST Server implementation in Apache Kafka.
>> > > >
>> > > > Thanks,
>> > > > Harsha
>> > > >
>> > > >
>> > > >
>> > >
>> >
>> >
>> > --
>> >
>> > https://github.com/mindscratch
>> > https://www.google.com/+CraigWickesser
>> > https://twitter.com/mind_scratch
>> > https://twitter.com/craig_links
>> >
>>
>
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Harsha Chintalapani
I am not able to link the whole thread on REST server discussion thread
from dev list properly.
But if you go here
http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/thread
look for subject  "[DISCUSS] KIP-80: Kafka REST Server"

Thanks,
Harsha

On Tue, Oct 25, 2016 at 4:13 PM Ali Akhtar  wrote:

> And this will make adding health checks via Kubernetes easy.
>
> On Wed, Oct 26, 2016 at 4:12 AM, Ali Akhtar  wrote:
>
> > +1. I hope there will be a corresponding Java library for doing admin
> > functionality.
> >
> > On Wed, Oct 26, 2016 at 4:10 AM, Jungtaek Lim  wrote:
> >
> >> +1
> >>
> >>
> >> On Wed, 26 Oct 2016 at 8:00 AM craig w  wrote:
> >>
> >> > -1
> >> >
> >> > On Tuesday, October 25, 2016, Sriram Subramanian 
> >> wrote:
> >> >
> >> > > -1 for all the reasons that have been described before. This does
> not
> >> > need
> >> > > to be part of the core project.
> >> > >
> >> > > On Tue, Oct 25, 2016 at 3:25 PM, Suresh Srinivas <
> >> sur...@hortonworks.com
> >> > > >
> >> > > wrote:
> >> > >
> >> > > > +1.
> >> > > >
> >> > > > This is an http access to core Kafka. This is very much needed as
> >> part
> >> > of
> >> > > > Apache Kafka under ASF governance model.  This would be great for
> >> the
> >> > > > community instead of duplicated and splintered efforts that may
> >> spring
> >> > > up.
> >> > > >
> >> > > > Get Outlook for iOS<https://aka.ms/o0ukef>
> >> > > >
> >> > > > _
> >> > > > From: Harsha Chintalapani  >> > > ka...@harsha.io >>
> >> > > > Sent: Tuesday, October 25, 2016 2:20 PM
> >> > > > Subject: [VOTE] Add REST Server to Apache Kafka
> >> > > > To: <mailto:dev@kafk
> >> a.apache.org
> >> > > >>, <
> >> > > > users@kafka.apache.org  users@kafka.apache.org
> >> > > >>
> >> > > >
> >> > > >
> >> > > > Hi All,
> >> > > >We are proposing to have a REST Server as part of
> Apache
> >> > > Kafka
> >> > > > to provide producer/consumer/admin APIs. We Strongly believe
> having
> >> > > > REST server functionality with Apache Kafka will help a lot of
> >> users.
> >> > > > Here is the KIP that Mani Kumar wrote
> >> > > > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> >> > > > 80:+Kafka+Rest+Server.
> >> > > > There is a discussion thread in dev list that had differing
> >> opinions on
> >> > > > whether to include REST server in Apache Kafka or not. You can
> read
> >> > more
> >> > > > about that in this thread
> >> > > >
> >> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
> >> ox/%3CCAMVt_
> >> > > > aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com
> >> > > %3E
> >> > > >
> >> > > >   This is a VOTE thread to check interest in the community
> >> for
> >> > > > adding REST Server implementation in Apache Kafka.
> >> > > >
> >> > > > Thanks,
> >> > > > Harsha
> >> > > >
> >> > > >
> >> > > >
> >> > >
> >> >
> >> >
> >> > --
> >> >
> >> > https://github.com/mindscratch
> >> > https://www.google.com/+CraigWickesser
> >> > https://twitter.com/mind_scratch
> >> > https://twitter.com/craig_links
> >> >
> >>
> >
> >
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Jun Rao
+1

Thanks,

Jun

On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
wrote:

> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-25 Thread Jun Rao
Sorry a typo. -1 instead.

Thanks,

Jun

On Tue, Oct 25, 2016 at 4:24 PM, Jun Rao  wrote:

> +1
>
> Thanks,
>
> Jun
>
> On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> wrote:
>
>> Hi All,
>>We are proposing to have a REST Server as part of  Apache Kafka
>> to provide producer/consumer/admin APIs. We Strongly believe having
>> REST server functionality with Apache Kafka will help a lot of users.
>> Here is the KIP that Mani Kumar wrote
>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+
>> Kafka+Rest+Server.
>> There is a discussion thread in dev list that had differing opinions on
>> whether to include REST server in Apache Kafka or not. You can read more
>> about that in this thread
>> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
>> ox/%3CCAMVt_AyMqeuDM39ZnSXGKtPDdE46sowmqhsXoP-+JMBCUV74Dw@
>> mail.gmail.com%3E
>>
>>   This is a VOTE thread to check interest in the community for
>> adding REST Server implementation in Apache Kafka.
>>
>> Thanks,
>> Harsha
>>
>
>


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Jan Filipiak

So happy to see this reply.
I do think the same, actually makes it way harder to properly batch up 
records on http, as kafka core would need to know how to split your payload.

It would help people do the wrong thing IMO

best Jan

On 25.10.2016 23:58, Jay Kreps wrote:

-1

I think the REST server for Kafka that already exists is quite good and
getting contributions. Moving this into the core project doesn't solve a
problem that I see.

-Jay

On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
wrote:


Hi All,
We are proposing to have a REST Server as part of  Apache Kafka
to provide producer/consumer/admin APIs. We Strongly believe having
REST server functionality with Apache Kafka will help a lot of users.
Here is the KIP that Mani Kumar wrote
https://cwiki.apache.org/confluence/display/KAFKA/KIP-
80:+Kafka+Rest+Server.
There is a discussion thread in dev list that had differing opinions on
whether to include REST server in Apache Kafka or not. You can read more
about that in this thread
http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E

   This is a VOTE thread to check interest in the community for
adding REST Server implementation in Apache Kafka.

Thanks,
Harsha





Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Jan Filipiak
And you also still need to find the correct broker, for each http call, 
wich is also hard, when programming against the http api


On 26.10.2016 09:46, Jan Filipiak wrote:

So happy to see this reply.
I do think the same, actually makes it way harder to properly batch up 
records on http, as kafka core would need to know how to split your 
payload.

It would help people do the wrong thing IMO

best Jan

On 25.10.2016 23:58, Jay Kreps wrote:

-1

I think the REST server for Kafka that already exists is quite good and
getting contributions. Moving this into the core project doesn't solve a
problem that I see.

-Jay

On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
wrote:


Hi All,
We are proposing to have a REST Server as part of Apache 
Kafka

to provide producer/consumer/admin APIs. We Strongly believe having
REST server functionality with Apache Kafka will help a lot of users.
Here is the KIP that Mani Kumar wrote
https://cwiki.apache.org/confluence/display/KAFKA/KIP-
80:+Kafka+Rest+Server.
There is a discussion thread in dev list that had differing opinions on
whether to include REST server in Apache Kafka or not. You can read 
more

about that in this thread
http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_ 


aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E

   This is a VOTE thread to check interest in the community for
adding REST Server implementation in Apache Kafka.

Thanks,
Harsha







Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Samuel Taylor
-1

I don't think the reasons from the KIP are good enough:

1 -- That other tools have a REST interface isn't a reason Kafka needs one.
Further, "it is useful" is not a reason; *why* is it useful?
2 -- Why does a REST server *need* to be immediately available to every use
that downloads Kafka?
3 -- Maintaining compatibility between Kafka and a REST proxy see seems
like a burden that should be on the maintainers of the REST proxy, not on
the core team.

On Wed, Oct 26, 2016 at 2:48 AM, Jan Filipiak 
wrote:

> And you also still need to find the correct broker, for each http call,
> wich is also hard, when programming against the http api
>
>
> On 26.10.2016 09:46, Jan Filipiak wrote:
>
>> So happy to see this reply.
>> I do think the same, actually makes it way harder to properly batch up
>> records on http, as kafka core would need to know how to split your payload.
>> It would help people do the wrong thing IMO
>>
>> best Jan
>>
>> On 25.10.2016 23:58, Jay Kreps wrote:
>>
>>> -1
>>>
>>> I think the REST server for Kafka that already exists is quite good and
>>> getting contributions. Moving this into the core project doesn't solve a
>>> problem that I see.
>>>
>>> -Jay
>>>
>>> On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
>>> wrote:
>>>
>>> Hi All,
 We are proposing to have a REST Server as part of Apache
 Kafka
 to provide producer/consumer/admin APIs. We Strongly believe having
 REST server functionality with Apache Kafka will help a lot of users.
 Here is the KIP that Mani Kumar wrote
 https://cwiki.apache.org/confluence/display/KAFKA/KIP-
 80:+Kafka+Rest+Server.
 There is a discussion thread in dev list that had differing opinions on
 whether to include REST server in Apache Kafka or not. You can read more
 about that in this thread
 http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
 ox/%3CCAMVt_
 aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E

This is a VOTE thread to check interest in the community for
 adding REST Server implementation in Apache Kafka.

 Thanks,
 Harsha


>>
>


-- 
*Samuel Taylor*
Data Science

*Square Root, Inc. *
Square-Root.com 


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Ben Davison
I'm going to change my vote to a -1, great points made by all.

(Although I would want to have another discussion around a "management"
REST endpoint for Kafka, I think there would be value in that)

On Wed, Oct 26, 2016 at 3:56 PM, Samuel Taylor 
wrote:

> -1
>
> I don't think the reasons from the KIP are good enough:
>
> 1 -- That other tools have a REST interface isn't a reason Kafka needs one.
> Further, "it is useful" is not a reason; *why* is it useful?
> 2 -- Why does a REST server *need* to be immediately available to every use
> that downloads Kafka?
> 3 -- Maintaining compatibility between Kafka and a REST proxy see seems
> like a burden that should be on the maintainers of the REST proxy, not on
> the core team.
>
> On Wed, Oct 26, 2016 at 2:48 AM, Jan Filipiak 
> wrote:
>
> > And you also still need to find the correct broker, for each http call,
> > wich is also hard, when programming against the http api
> >
> >
> > On 26.10.2016 09:46, Jan Filipiak wrote:
> >
> >> So happy to see this reply.
> >> I do think the same, actually makes it way harder to properly batch up
> >> records on http, as kafka core would need to know how to split your
> payload.
> >> It would help people do the wrong thing IMO
> >>
> >> best Jan
> >>
> >> On 25.10.2016 23:58, Jay Kreps wrote:
> >>
> >>> -1
> >>>
> >>> I think the REST server for Kafka that already exists is quite good and
> >>> getting contributions. Moving this into the core project doesn't solve
> a
> >>> problem that I see.
> >>>
> >>> -Jay
> >>>
> >>> On Tue, Oct 25, 2016 at 2:16 PM, Harsha Chintalapani 
> >>> wrote:
> >>>
> >>> Hi All,
>  We are proposing to have a REST Server as part of Apache
>  Kafka
>  to provide producer/consumer/admin APIs. We Strongly believe having
>  REST server functionality with Apache Kafka will help a lot of users.
>  Here is the KIP that Mani Kumar wrote
>  https://cwiki.apache.org/confluence/display/KAFKA/KIP-
>  80:+Kafka+Rest+Server.
>  There is a discussion thread in dev list that had differing opinions
> on
>  whether to include REST server in Apache Kafka or not. You can read
> more
>  about that in this thread
>  http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
>  ox/%3CCAMVt_
>  aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> 
> This is a VOTE thread to check interest in the community
> for
>  adding REST Server implementation in Apache Kafka.
> 
>  Thanks,
>  Harsha
> 
> 
> >>
> >
>
>
> --
> *Samuel Taylor*
> Data Science
>
> *Square Root, Inc. *
> Square-Root.com 
>

-- 


This email, including attachments, is private and confidential. If you have 
received this email in error please notify the sender and delete it from 
your system. Emails are not secure and may contain viruses. No liability 
can be accepted for viruses that might be transferred by this email or any 
attachment. Any unauthorised copying of this message or unauthorised 
distribution and publication of the information contained herein are 
prohibited.

7digital Limited. Registered office: 69 Wilson Street, London EC2A 2BB.
Registered in England and Wales. Registered No. 04843573.


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Shekar Tippur
+1

Thanks


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Dana Powers
-1


On Wed, Oct 26, 2016 at 9:23 AM, Shekar Tippur  wrote:
> +1
>
> Thanks


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Guruditta Golani
+1

supporting this natively will help immensely in building operational tools on 
top of it and augment ease of use cases in large deployments.

-Guru

From: Shekar Tippur 
Sent: Wednesday, October 26, 2016 9:23 AM
To: users
Cc: d...@kafka.apache.org
Subject: Re: [VOTE] Add REST Server to Apache Kafka

+1

Thanks


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Zakee
-1

Thanks.
> On Oct 25, 2016, at 2:16 PM, Harsha Chintalapani  wrote:
> 
> Hi All,
>   We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3ccamvt_aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> 
>  This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
> 
> Thanks,
> Harsha


How To Fix Your Fatigue (Do This Every Day)
gundrymd.com
http://thirdpartyoffers.netzero.net/TGL3231/5810ef50463346f4f12a0st02vuc

Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Andrew Otto
-1 for http kafka client in core

Although a read only management interface, perhaps via http, sounds kinda
useful for things like health checks as mentioned.


On Wed, Oct 26, 2016 at 2:00 PM, Zakee  wrote:

> -1
>
> Thanks.
> > On Oct 25, 2016, at 2:16 PM, Harsha Chintalapani 
> wrote:
> >
> > Hi All,
> >   We are proposing to have a REST Server as part of  Apache Kafka
> > to provide producer/consumer/admin APIs. We Strongly believe having
> > REST server functionality with Apache Kafka will help a lot of users.
> > Here is the KIP that Mani Kumar wrote
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> > There is a discussion thread in dev list that had differing opinions on
> > whether to include REST server in Apache Kafka or not. You can read more
> > about that in this thread
> > http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
> >
> >  This is a VOTE thread to check interest in the community for
> > adding REST Server implementation in Apache Kafka.
> >
> > Thanks,
> > Harsha
>
> 
> How To Fix Your Fatigue (Do This Every Day)
> gundrymd.com
> http://thirdpartyoffers.netzero.net/TGL3231/5810ef50463346f4f12a0st02vuc


Re: [VOTE] Add REST Server to Apache Kafka

2016-10-29 Thread Gwen Shapira
-1

Kafka's development model is a good fit for critical path and
well-established APIs. It doesn't work as well for add-ons that need to
rapidly evolve. Merging communities with different development pace and
models rarely ends well - I think the REST Proxy will benefit from being a
separate project.

On Tue, Oct 25, 2016 at 11:16 PM, Harsha Chintalapani 
wrote:

> Hi All,
>We are proposing to have a REST Server as part of  Apache Kafka
> to provide producer/consumer/admin APIs. We Strongly believe having
> REST server functionality with Apache Kafka will help a lot of users.
> Here is the KIP that Mani Kumar wrote
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 80:+Kafka+Rest+Server.
> There is a discussion thread in dev list that had differing opinions on
> whether to include REST server in Apache Kafka or not. You can read more
> about that in this thread
> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mbox/%3CCAMVt_
> aymqeudm39znsxgktpdde46sowmqhsxop-+jmbcuv7...@mail.gmail.com%3E
>
>   This is a VOTE thread to check interest in the community for
> adding REST Server implementation in Apache Kafka.
>
> Thanks,
> Harsha
>



-- 
*Gwen Shapira*
Product Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter  | blog



Re: [VOTE] Add REST Server to Apache Kafka

2016-10-29 Thread Gwen Shapira
Oops. Sorry, didn't notice the 72h voting period has passed. You can
disregard.

Gwen

On Sat, Oct 29, 2016 at 4:29 PM, Gwen Shapira  wrote:

> -1
>
> Kafka's development model is a good fit for critical path and
> well-established APIs. It doesn't work as well for add-ons that need to
> rapidly evolve. Merging communities with different development pace and
> models rarely ends well - I think the REST Proxy will benefit from being a
> separate project.
>
> On Tue, Oct 25, 2016 at 11:16 PM, Harsha Chintalapani 
> wrote:
>
>> Hi All,
>>We are proposing to have a REST Server as part of  Apache Kafka
>> to provide producer/consumer/admin APIs. We Strongly believe having
>> REST server functionality with Apache Kafka will help a lot of users.
>> Here is the KIP that Mani Kumar wrote
>> https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+
>> Kafka+Rest+Server.
>> There is a discussion thread in dev list that had differing opinions on
>> whether to include REST server in Apache Kafka or not. You can read more
>> about that in this thread
>> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
>> ox/%3CCAMVt_AyMqeuDM39ZnSXGKtPDdE46sowmqhsXoP-+JMBCUV74Dw@
>> mail.gmail.com%3E
>>
>>   This is a VOTE thread to check interest in the community for
>> adding REST Server implementation in Apache Kafka.
>>
>> Thanks,
>> Harsha
>>
>
>
>
> --
> *Gwen Shapira*
> Product Manager | Confluent
> 650.450.2760 | @gwenshap
> Follow us: Twitter  | blog
> 
>
>


-- 
*Gwen Shapira*
Product Manager | Confluent
650.450.2760 | @gwenshap
Follow us: Twitter  | blog



Re: [VOTE] Add REST Server to Apache Kafka

2016-10-29 Thread Harsha Chintalapani
This Vote now closed. There is the majority who are not in favor of
including the REST server.
Thanks everyone for participating.


Vote tally:

+1 Votes:
Harsha Chintalapani
Parth Brahbhatt
Ken Jackson
Suresh Srinivas
Jungtaek Lim
Ali Akthar
Haohui Mai
Shekhar Tippur
Guruditta Golani

-1 Votes:
   Jay Kreps
   Ben Davidson
   Jeff Widman
   Stevo Slavic
   Sriram Subramanian
   Craig W
   Jun Rao
   Ismael Juma
   Matthias J. Sax
   Neha Narkhede
   Jan Filipiak
   Ofir Manor
   Samuel Taylor
   Dana Powers
   Zakee
   Andrew Otto
   Hugo Picado
   Jaikiran Pai
   Roger Hoover
   Gwen Shapira



Thanks,
Harsha




On Sat, Oct 29, 2016 at 8:16 AM Gwen Shapira  wrote:

> Oops. Sorry, didn't notice the 72h voting period has passed. You can
> disregard.
>
> Gwen
>
> On Sat, Oct 29, 2016 at 4:29 PM, Gwen Shapira  wrote:
>
> > -1
> >
> > Kafka's development model is a good fit for critical path and
> > well-established APIs. It doesn't work as well for add-ons that need to
> > rapidly evolve. Merging communities with different development pace and
> > models rarely ends well - I think the REST Proxy will benefit from being
> a
> > separate project.
> >
> > On Tue, Oct 25, 2016 at 11:16 PM, Harsha Chintalapani 
> > wrote:
> >
> >> Hi All,
> >>We are proposing to have a REST Server as part of  Apache
> Kafka
> >> to provide producer/consumer/admin APIs. We Strongly believe having
> >> REST server functionality with Apache Kafka will help a lot of users.
> >> Here is the KIP that Mani Kumar wrote
> >> https://cwiki.apache.org/confluence/display/KAFKA/KIP-80:+
> >> Kafka+Rest+Server.
> >> There is a discussion thread in dev list that had differing opinions on
> >> whether to include REST server in Apache Kafka or not. You can read more
> >> about that in this thread
> >> http://mail-archives.apache.org/mod_mbox/kafka-dev/201610.mb
> >> ox/%3CCAMVt_AyMqeuDM39ZnSXGKtPDdE46sowmqhsXoP-+JMBCUV74Dw@
> >> mail.gmail.com%3E
> >>
> >>   This is a VOTE thread to check interest in the community for
> >> adding REST Server implementation in Apache Kafka.
> >>
> >> Thanks,
> >> Harsha
> >>
> >
> >
> >
> > --
> > *Gwen Shapira*
> > Product Manager | Confluent
> > 650.450.2760 <(650)%20450-2760> | @gwenshap
> > Follow us: Twitter  | blog
> > 
> >
> >
>
>
> --
> *Gwen Shapira*
> Product Manager | Confluent
> 650.450.2760 <(650)%20450-2760> | @gwenshap
> Follow us: Twitter  | blog
> 
>