Consumer and Producer configs

2014-11-06 Thread Eduardo Costa Alfaia
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

2014-11-06 Thread Guozhang Wang
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.costaalf...@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