You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by Eduardo Costa Alfaia <e....@unibs.it> on 2014/11/06 16:10:45 UTC

Consumer and Producer configs

Hi Guys,

How could I use the Consumer and Producer configs in my Kafka environment?

Thanks 

-- 
Informativa sulla Privacy: http://www.unibs.it/node/8155

Re: Consumer and Producer configs

Posted by Guozhang Wang <wa...@gmail.com>.
Hello Eduardo,

If you are using console producer / consumer, you can set the configs in
command line starting them; if you are wiring the clients directly, then
you can set them in a Properties and pass them to the constructor.

Guozhang

On Thu, Nov 6, 2014 at 7:10 AM, Eduardo Costa Alfaia <e.costaalfaia@unibs.it
> wrote:

> Hi Guys,
>
> How could I use the Consumer and Producer configs in my Kafka environment?
>
> Thanks
>
> --
> Informativa sulla Privacy: http://www.unibs.it/node/8155
>



-- 
-- Guozhang