|
|
-
What editor do you guys use
Ashutosh Singh 2012-05-09, 21:46
What do you use for IDE, when you want to make changes and play around with kafka. I am interested in augmenting the initial examples and see if I can put together a performance testing framework.
-
Re: What editor do you guys use
Jun Rao 2012-05-10, 00:10
Personally, I use intellij.
Jun
On Wed, May 9, 2012 at 2:46 PM, Ashutosh Singh <[EMAIL PROTECTED]>wrote:
> What do you use for IDE, when you want to make changes and play around with > kafka. I am interested in augmenting the initial examples and see if I can > put together a performance testing framework. >
-
Re: What editor do you guys use
Ashutosh Singh 2012-05-10, 00:38
does that work for debugging scala code? excuse my ignorance
On Wed, May 9, 2012 at 5:10 PM, Jun Rao <[EMAIL PROTECTED]> wrote:
> Personally, I use intellij. > > Jun > > On Wed, May 9, 2012 at 2:46 PM, Ashutosh Singh <[EMAIL PROTECTED] > >wrote: > > > What do you use for IDE, when you want to make changes and play around > with > > kafka. I am interested in augmenting the initial examples and see if I > can > > put together a performance testing framework. > > >
-
Re: What editor do you guys use
Jun Rao 2012-05-10, 01:13
Yes.
Eclipse has Scala plugin too and should be usable for debugging.
Jun
On Wed, May 9, 2012 at 5:38 PM, Ashutosh Singh <[EMAIL PROTECTED]>wrote:
> does that work for debugging scala code? excuse my ignorance > > On Wed, May 9, 2012 at 5:10 PM, Jun Rao <[EMAIL PROTECTED]> wrote: > > > Personally, I use intellij. > > > > Jun > > > > On Wed, May 9, 2012 at 2:46 PM, Ashutosh Singh <[EMAIL PROTECTED] > > >wrote: > > > > > What do you use for IDE, when you want to make changes and play around > > with > > > kafka. I am interested in augmenting the initial examples and see if I > > can > > > put together a performance testing framework. > > > > > >
-
Re: What editor do you guys use
Marcos Juarez 2012-05-10, 01:16
Yes it does. It's a little slow, but I've used it to debug through Kafka to understand how it works, change a few things, and create new custom jars for testing on our servers.
Sent from my iPhone
On May 9, 2012, at 18:38, Ashutosh Singh <[EMAIL PROTECTED]> wrote:
> does that work for debugging scala code? excuse my ignorance > > On Wed, May 9, 2012 at 5:10 PM, Jun Rao <[EMAIL PROTECTED]> wrote: > >> Personally, I use intellij. >> >> Jun >> >> On Wed, May 9, 2012 at 2:46 PM, Ashutosh Singh <[EMAIL PROTECTED] >>> wrote: >> >>> What do you use for IDE, when you want to make changes and play around >> with >>> kafka. I am interested in augmenting the initial examples and see if I >> can >>> put together a performance testing framework. >>> >>
|
|