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
kafka/clients/src/main/java/org/apache/kafka/common.
Thanks
______________________________________________________________
> Od: "M. Manna" <manme...@gmail.com>
> Komu: dev@kafka.apache.org
> Dátum: 20.10.2018 00:21
> Predmet: Re: Java cluster vs Scala cluster
>
Not sure I got your question ?
Kafka is written mainly in Scala with additional admin functionality and
Client API available in Java. There are some subtle differences but they
are not specific to Kafka?
What is the context of your question?
On Fri, 19 Oct 2018 at 21:32, <abece...@post.sk> wrote:
> Hi,
> what is difference between class cluster written in java and class cluster
> written in scala.
>
> Thanks
>