You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@kafka.apache.org by vijay <rv...@gmail.com> on 2012/03/29 22:59:15 UTC

Setting per-topic log.retention.hours at runtime

When a producer creates a new topic at runtime, can the "topic" specific configuration like "topic.log.retention.hours" be set. 
Currently, this configuration is exposed in 
https://github.com/apache/kafka/blob/trunk/config/server.properties

But how to change it at runtime?

vijay


Re: Setting per-topic log.retention.hours at runtime

Posted by Jun Rao <ju...@gmail.com>.
Vijay,

Currently, none of the configs can be changed at runtime.

Thanks,

Jun

On Thu, Mar 29, 2012 at 1:59 PM, vijay <rv...@gmail.com> wrote:

> When a producer creates a new topic at runtime, can the "topic" specific
> configuration like "topic.log.retention.hours" be set.
> Currently, this configuration is exposed in
> https://github.com/apache/kafka/blob/trunk/config/server.properties
>
> But how to change it at runtime?
>
> vijay
>
>