Re: Custom topic metadata

2015-07-12 Thread Jiangjie Qin
Hi Stevo,

Kafka does not support customized topic metadata. What we are doing now is
having topic metadata store in a separate zookeeper structure. But I agree
this is probably a good candidate feature to consider.

Thanks,

Jiangjie (Becket) Qin

On 7/12/15, 4:16 PM, Stevo Slavić ssla...@gmail.com wrote:

Hello Apache Kafka Community,

Is it possible to store and retrieve additional custom topic metadata
along
with existing Kafka managed ones, using some Kafka API? If not would it be
a problem (e.g. for Kafka broker or some client APIs) if I was to
store/retrieve additional custom topic metadata using ZooKeeper API?

Kind regards,
Stevo Slavic.



Re: Custom topic metadata

2015-07-12 Thread Mayuresh Gharat
Storing topic metadata in kafka brokers can be done in the same way as the
offsets topic in kafka I  think. It would be a good point for discussion.

Thanks,

Mayuresh

On Sun, Jul 12, 2015 at 8:25 PM, Jiangjie Qin j...@linkedin.com.invalid
wrote:

 Hi Stevo,

 Kafka does not support customized topic metadata. What we are doing now is
 having topic metadata store in a separate zookeeper structure. But I agree
 this is probably a good candidate feature to consider.

 Thanks,

 Jiangjie (Becket) Qin

 On 7/12/15, 4:16 PM, Stevo Slavić ssla...@gmail.com wrote:

 Hello Apache Kafka Community,
 
 Is it possible to store and retrieve additional custom topic metadata
 along
 with existing Kafka managed ones, using some Kafka API? If not would it be
 a problem (e.g. for Kafka broker or some client APIs) if I was to
 store/retrieve additional custom topic metadata using ZooKeeper API?
 
 Kind regards,
 Stevo Slavic.




-- 
-Regards,
Mayuresh R. Gharat
(862) 250-7125


Custom topic metadata

2015-07-12 Thread Stevo Slavić
Hello Apache Kafka Community,

Is it possible to store and retrieve additional custom topic metadata along
with existing Kafka managed ones, using some Kafka API? If not would it be
a problem (e.g. for Kafka broker or some client APIs) if I was to
store/retrieve additional custom topic metadata using ZooKeeper API?

Kind regards,
Stevo Slavic.