Re: Is CreateTopics and DeleteTopics ready for production usage?

2016-12-06 Thread Ismael Juma
As Apurva said, KIP-4 is still in progress and, as part of it, we will be
to introduce an AdminClient which will then be used by the various tools.

It's a large piece of work and it makes sense to merge it in stages. The
protocol side is ready (KIP vote passed, code and tests were reviewed and
merged) and we are not aware of issues with those requests. In other words,
you are welcome to try them out and provide feedback. :)

Ismael

On 5 Dec 2016 9:48 pm, "Apurva Mehta"  wrote:

> I should clarify, that those requests may work, but are not used in any
> active code. The integration with the rest of the system is yet to happen.
>
> On Mon, Dec 5, 2016 at 1:45 PM, Apurva Mehta  wrote:
>
> > It isn't ready yet. It is part of the work related to
> > https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> > 4+-+Command+line+and+centralized+administrative+operations
> >
> > Thanks,
> > Apurva
> >
> > On Mon, Dec 5, 2016 at 11:10 AM, Dmitry Lazurkin 
> > wrote:
> >
> >> Hello.
> >>
> >> Are requests CreateTopics and DeleteTopics ready for production usage?
> >>
> >> Why TopicCommand doesn't use CreateTopics / DeleteTopics?
> >>
> >> Thanks.
> >>
> >>
> >
>


Re: Is CreateTopics and DeleteTopics ready for production usage?

2016-12-05 Thread Apurva Mehta
I should clarify, that those requests may work, but are not used in any
active code. The integration with the rest of the system is yet to happen.

On Mon, Dec 5, 2016 at 1:45 PM, Apurva Mehta  wrote:

> It isn't ready yet. It is part of the work related to
> https://cwiki.apache.org/confluence/display/KAFKA/KIP-
> 4+-+Command+line+and+centralized+administrative+operations
>
> Thanks,
> Apurva
>
> On Mon, Dec 5, 2016 at 11:10 AM, Dmitry Lazurkin 
> wrote:
>
>> Hello.
>>
>> Are requests CreateTopics and DeleteTopics ready for production usage?
>>
>> Why TopicCommand doesn't use CreateTopics / DeleteTopics?
>>
>> Thanks.
>>
>>
>


Re: Is CreateTopics and DeleteTopics ready for production usage?

2016-12-05 Thread Apurva Mehta
It isn't ready yet. It is part of the work related to
https://cwiki.apache.org/confluence/display/KAFKA/KIP-4+-+Command+line+and+centralized+administrative+operations

Thanks,
Apurva

On Mon, Dec 5, 2016 at 11:10 AM, Dmitry Lazurkin  wrote:

> Hello.
>
> Are requests CreateTopics and DeleteTopics ready for production usage?
>
> Why TopicCommand doesn't use CreateTopics / DeleteTopics?
>
> Thanks.
>
>


Is CreateTopics and DeleteTopics ready for production usage?

2016-12-05 Thread Dmitry Lazurkin

Hello.

Are requests CreateTopics and DeleteTopics ready for production usage?

Why TopicCommand doesn't use CreateTopics / DeleteTopics?

Thanks.