Observer

2018-11-07 Thread abeceda4
Addition to my previous e-mail ...   I think, that there should be Observer pattern. I think, that Consumer interface is Observer interface with method update (i do not know how this method is called in Consumer). I have two ideas, which classes could be concrete observers. First idea is, that

design patterns

2018-11-07 Thread abeceda4
Hi can you help me identify some design patterns in the code apache/kafka ? Thanks   Mrkvica

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

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

kafka design patterns

2018-10-22 Thread abeceda4
Hi can you help me identify design patterns in the code apache/kafka ? Thanks   Mrkvica

Re: Java cluster vs Scala cluster

2018-10-20 Thread abeceda4
Thank you very much. And all classes arround cluster.scala are deprecated ? __ Od: "Mickael Maison" Komu: "dev" Dátum: 20.10.2018 21:18 Predmet: Re: Java cluster vs Scala cluster Hi, These 2 classes have the same name but are

Re: Design patterns in kafka

2018-10-20 Thread abeceda4
Please, I need just some examples and will be fine, if you can help me please.   Thanks __ > Od: "Adam Bellemare" > Komu: dev@kafka.apache.org > Dátum: 20.10.2018 19:14 > Predmet: Re: Design patterns in kafka > I think this question is

Design patterns in kafka

2018-10-20 Thread abeceda4
Hi can you help me identify design patterns in the code apache/kafka ?   Thanks

Re: Java cluster vs Scala cluster

2018-10-20 Thread abeceda4
I want to know what is cluster in scala doing and what is doing cluster in java. I mean file Cluster.scala which is at github apache kafka in directory kafka/core/src/main/scala/kafka/cluster and file Cluster.java which is at github apache kafka in directory

Java cluster vs Scala cluster

2018-10-19 Thread abeceda4
Hi, what is difference between class cluster written in java and class cluster written in scala.   Thanks

apache/kafka

2018-10-19 Thread abeceda4
Hi, first thank you for amazing software kafka. I am studying its code and i need help to identify design patterns, can you help me please ?   Thanks   Mrkvica