-1 >From my experience, nothing good comes from merges similar to this one, as it has huge implications in terms of codebase maintenance, CD pipeline duration and stability as well as isolated testability. I don't see any particular worth benefit on having the REST server in the core repository as it is reasonably decoupled in design and have well defined responsibilities. Also, I can't foresee any particular issue at the present moment on keeping REST server right where it stands and contribute into it. If then governance happens to be an observed issue, this can be reconsidered again.
Best regards, Hugo. On Tue, Oct 25, 2016 at 10:16 PM, Harsha Chintalapani <ka...@harsha.io> 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 >