Re: Kafka Streams new release

2018-07-10 Thread Ofir Manor
- the current thread is "[VOTE] 2.0.0 RC2" Once a vote for RC passes, that RC will be released as the 2.0.0 version. Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Wed, Jul 11, 2018 at 9:21 AM, Ayushi Sharma wrote: > When is

Re: Restrict consumers from connecting to Kafka cluster

2016-11-22 Thread Ofir Manor
Check the Security section of the documentation, especially authorization (which means also authentication) http://kafka.apache.org/documentation.html Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Tue, Nov 22, 2016 at 9:13 PM, ravi singh w

Re: [DISCUSS] 0.10.3.0/0.11.0.0 release planning

2017-02-28 Thread Ofir Manor
This is definitely a major release, looks already quite exciting... I don't want to start a bike-shading argument, but a few people have told me in the past year that once exactly-once delivery lands, Kafka would likely bump to 1.0. I do like it, but don't feel strongly either way. Ofir

Re: [DISCUSS] 0.10.3.0/0.11.0.0 release planning

2017-02-28 Thread Ofir Manor
Thanks Ismael, makes perfect sense :) Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Tue, Feb 28, 2017 at 1:02 PM, Ismael Juma wrote: > Hi Ofir, > > Thanks for the feedback. This will be the first release with exactly-once. > I

Re: Allow to replace Zookeeper with different Coordination Service (etcd/consul)

2017-03-06 Thread Ofir Manor
ency of ZK creates a large, unneeded operational overhead for those who have already deployed and relies on etcd/consul for the rest of their stack (including other stateful services). Just my two cents, Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io

Re: Feature request - Ability to use a network interface name instead of hostname/IP for Kafka server to use advertised hosts

2016-01-20 Thread Ofir Manor
"/^advertised.host.name/c\advertised.host.name=`hostname -I`" $KAFKA_HOME/config/server.properties nohup kafka-server-start.sh $KAFKA_HOME/config/server.properties >/dev/null Does that work for you? Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma.

Re: [DISCUSS] Time-based releases for Apache Kafka

2016-08-25 Thread Ofir Manor
tream distribution picks a Kafka version and plans to support it over a few years, it could be nice of them to "own" that older release - volunteer to be a release manager for bug backports to that version over a longer period... Just my two cents :) Ofir Manor Co-Founder & CTO | Equal

Re: [DISCUSS] Time-based releases for Apache Kafka

2016-08-25 Thread Ofir Manor
s. It could let commercial vendors compete on supporting very old versions. I find that actually quite reasonable as well. Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Thu, Aug 25, 2016 at 8:19 PM, Andrew Schofield < andrew_schofield_j...

Re: [DISCUSS] KIP-80: Kafka REST Server

2016-10-06 Thread Ofir Manor
think that is likely much less optimal (pulling in other Confluent / Apache licensed dependencies) than having a separate external community around kafka-rest. Just my two cents, Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Sun, Oct 2, 201

Re: [VOTE] Add REST Server to Apache Kafka

2016-10-26 Thread Ofir Manor
also participate in that ecosystem project (or fork it). Ofir Manor Co-Founder & CTO | Equalum Mobile: +972-54-7801286 | Email: ofir.ma...@equalum.io On Wed, Oct 26, 2016 at 12:16 AM, Harsha Chintalapani wrote: > Hi All, >We are proposing to have a REST Server as part o