Re: Required guidelines for kafka upgrade

2019-05-01 Thread SenthilKumar K
Hi Ashok , I'd suggest you to do this exercise on your SQA environment before making any change to Prod. Thanks! --Senthil On Thu, May 2, 2019 at 11:35 AM SenthilKumar K wrote: > Hi , > #1 - Download stable version 2.2.0 [kafka_2.11-2.2.0.tgz >

Re: Required guidelines for kafka upgrade

2019-05-01 Thread SenthilKumar K
Hi , #1 - Download stable version 2.2.0 [kafka_2.11-2.2.0.tgz ] #2 - Update server.properties with below values. inter.broker.protocol.version=0.10.1 log.message.format.version=0.10.1 #3 - Make s

RE: Required guidelines for kafka upgrade

2019-05-01 Thread ASHOK MACHERLA
Dear Senthil Please update on this mail. Please check my previous email. Can I follow that same steps to upgrade Kafka cluster. Or else suggest any changes required Thanks Sent from Outlook

Re: KSQL Question

2019-05-01 Thread shalom sagges
Thanks Liam! Generally speaking, do you advise to deploy KSQL on containers? Or is it better to run it on a different tech like VMWare, Openstack or even bare metal nodes? Thanks! On Wed, May 1, 2019 at 10:05 AM Liam Clarke wrote: > Hi Shalom, > > If you're familiar with Docker the Confluent i

Re: KSQL Question

2019-05-01 Thread Liam Clarke
On Wed, May 1, 2019 at 7:04 PM shalom sagges wrote: > Thanks a lot Vahid! > > I will definitely give it a try. > > Thanks again. :) > > On Tue, Apr 30, 2019 at 6:30 PM Vahid Hashemian > > wrote: > > > Hi Shalom, > > > > This is the Github repo for KSQL: https://github.com/confluentinc/ksql > > H

Re: KSQL Question

2019-05-01 Thread Liam Clarke
Hi Shalom, If you're familiar with Docker the Confluent images are fantastic for experimentation and prototyping. https://docs.confluent.io/current/ksql/docs/installation/install-ksql-with-docker.html On Wed, May 1, 2019 at 7:04 PM Liam Clarke wrote: > > > On Wed, May 1, 2019 at 7:04 PM shalom

Re: KSQL Question

2019-05-01 Thread shalom sagges
Thanks a lot Vahid! I will definitely give it a try. Thanks again. :) On Tue, Apr 30, 2019 at 6:30 PM Vahid Hashemian wrote: > Hi Shalom, > > This is the Github repo for KSQL: https://github.com/confluentinc/ksql > However, in order to get that running you have to download few libraries > KSQL