Re: [DISCUSS] KIP-271 Add NetworkClient redirector

2018-12-18 Thread Sergey Korytnikov
Dear devs, It's been a while since I created KIP-271 and received just a little feedback. I'm going to start the voting process in a couple of days as I feel responsible for the KIP created. Community needs to decide whether the change is viable or not, especially, since kafka 1.0 when the

Re: [DISCUSS] KIP-271 Add NetworkClient redirector

2018-03-17 Thread Sergey Korytnikov
Hi, Rajini, Thank you! This is really great advice, I will review that and test it out in our scenarios. Do you know any limitations when advertised.listeners may not work? Having the option to redirecting broker calls on client side is still valuable for kafka server setup that cannot have

Re: [DISCUSS] KIP-271 Add NetworkClient redirector

2018-03-16 Thread Rajini Sivaram
Hi Sergey, Thanks for the KIP. Is there a reason why brokers cannot be configured with `advertised.listeners` that use hostnames (or addresses) that clients can connect to, instead of performing a redirection? Regards, Rajini On Fri, Mar 16, 2018 at 1:24 PM, Sergey Korytnikov <

[DISCUSS] KIP-271 Add NetworkClient redirector

2018-03-16 Thread Sergey Korytnikov
Hi devs, I have created new KIP-271 for discussion: https://cwiki.apache.org/confluence/display/KAFKA/KIP-271%3A+Add+NetworkClient+redirector Kafka JIRA issue: https://issues.apache.org/jira/browse/KAFKA-6669 The fix has been implemented and tested with version 1.0 and trunk snapshot of clients