You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@kafka.apache.org by S Ahmed <sa...@gmail.com> on 2012/06/01 04:27:37 UTC

what is your workflow when developing?

Curious on how you guys develop and debug locally with the kafka source?

Do you run all the various services locally, or mock them?

Would it be possible to actually trace through a producer or consumer
request, and follow in the code as it jumps through the various services or
does threading get in the way?

It would be great if someone could put together a screencast of sort :)

Re: what is your workflow when developing?

Posted by Jun Rao <ju...@gmail.com>.
You can debug both client and server code in an IDE. Other times, enabling
debug/trace level logging can be useful.

Thanks,

Jun

On Thu, May 31, 2012 at 7:27 PM, S Ahmed <sa...@gmail.com> wrote:

> Curious on how you guys develop and debug locally with the kafka source?
>
> Do you run all the various services locally, or mock them?
>
> Would it be possible to actually trace through a producer or consumer
> request, and follow in the code as it jumps through the various services or
> does threading get in the way?
>
> It would be great if someone could put together a screencast of sort :)
>