Re: Kafka trunk vs master branch

2020-01-06 Thread Matthias J. Sax
Thanks for the feedback. I just deleted the `master` branch on GitHub. -Matthias On 12/30/19 3:47 PM, Colin McCabe wrote: > +1. > > Colin > > On Fri, Dec 27, 2019 at 12:29 PM Guozhang Wang > wrote: > > Hmm, I think that's pushed by someone by mistake, we ca

Re: Kafka trunk vs master branch

2019-12-30 Thread Colin McCabe
+1. Colin On Fri, Dec 27, 2019 at 12:29 PM Guozhang Wang wrote: > Hmm, I think that's pushed by someone by mistake, we can delete it. > > > Guozhang > > > On Thu, Dec 26, 2019 at 12:18 PM Matthias J. Sax > wrote: > >> Should we delete `master` ? (Was not even aware it exists...) >> >> >> -Matt

Re: Kafka trunk vs master branch

2019-12-27 Thread Ismael Juma
Looks like someone pushed that branch by mistake. We should delete it. Ismael On Thu, Dec 26, 2019, 9:18 PM Matthias J. Sax wrote: > Should we delete `master` ? (Was not even aware it exists...) > > > -Matthias > > On 12/25/19 9:50 AM, M. Manna wrote: > > +1 with what John mentioned. > > > > M

Re: Kafka trunk vs master branch

2019-12-26 Thread Matthias J. Sax
Should we delete `master` ? (Was not even aware it exists...) -Matthias On 12/25/19 9:50 AM, M. Manna wrote: > +1 with what John mentioned. > > Master is more like a template that gets created for new repo. It’s not in > use for any Kafka activities (not that we know of). > > Regards, > > >

Re: Kafka trunk vs master branch

2019-12-25 Thread M. Manna
+1 with what John mentioned. Master is more like a template that gets created for new repo. It’s not in use for any Kafka activities (not that we know of). Regards, On Wed, 25 Dec 2019 at 17:04, John Roesler wrote: > Hi Sachin, > > Trunk is the basis for development. I’m not sure what master

Re: Kafka trunk vs master branch

2019-12-25 Thread John Roesler
Hi Sachin, Trunk is the basis for development. I’m not sure what master is for, if anything. I’ve never used it for anything or even checked it out. The numbered release branches are used to develop patch releases. Releases are created from trunk, PRs should be made against trunk, etc. Thank

Kafka trunk vs master branch

2019-12-25 Thread Sachin Mittal
Hello Folks, I just wanted to know what commits goes into what branch. I see trunk branch which seems default and latest. I also see master branch which seems bit behind trunk. I also see different versions branches like 2.2, 2.3 and 2.4 which are also actively updated. I wanted to know when fork