Re: classes with Test in their name

2018-10-24 Thread abeceda4
You are right, I am beginner in Kafka. Therefore I very appreciate your help. 
Thank you very much.
__
> Od: "Suman B N" 
> Komu: dev@kafka.apache.org
> Dátum: 24.10.2018 11:22
> Predmet: Re: classes with Test in their name
>
Those are for unit and integration tests only. Looks like you are very new
 to Java/Scala and Kafka.
 
 On Wed, Oct 24, 2018 at 2:38 PM  wrote:
 
 > Hi,
 >
 > there, in the code, is lot of classes with "Test" in their name. For
 > example KafkaProducerTest, KafkaAdminClientTest or
 > ClusterConnectionStateTest etc. Could you tell me please, if these classe
 > are used somewhere in Kafka by regular way or
 > if these classes are used only for testing purposes?
 >
 > Thank you very much
 >
 > Mrkvica
 >
 
 
 -- 
 *Suman*
 *OlaCabs*


Re: classes with Test in their name

2018-10-24 Thread Suman B N
Those are for unit and integration tests only. Looks like you are very new
to Java/Scala and Kafka.

On Wed, Oct 24, 2018 at 2:38 PM  wrote:

> Hi,
>
> there, in the code, is lot of classes with "Test" in their name. For
> example KafkaProducerTest, KafkaAdminClientTest or
> ClusterConnectionStateTest etc. Could you tell me please, if these classe
> are used somewhere in Kafka by regular way or
> if these classes are used only for testing purposes?
>
> Thank you very much
>
> Mrkvica
>


-- 
*Suman*
*OlaCabs*


classes with Test in their name

2018-10-24 Thread abeceda4
Hi,
 
there, in the code, is lot of classes with "Test" in their name. For example 
KafkaProducerTest, KafkaAdminClientTest or ClusterConnectionStateTest etc. 
Could you tell me please, if these classe are used somewhere in Kafka by 
regular way or
if these classes are used only for testing purposes?
 
Thank you very much
 
Mrkvica