Hi Saeed,
You'll also need to add a dependency on org.apache.kafka's kafka-clients, since
that has the serialization classes.
<dependency>
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
<version>0.10.0.0</version>
</dependency>
Thanks
Eno
> On 7 Jun 2016, at 15:50, Saeed Ansari <[email protected]> wrote:
>
> Hi everyone,
> I have started to use KafkaStreams. I am using following dependency:
>
> <dependency>
> <groupId>org.apache.kafka</groupId>
> <artifactId>kafka-streams</artifactId>
> <version>0.10.0.0</version>
> </dependency>
>
> In the KafkaStream examples, there is *Serdes* class which does not
> include in this version.
>
> Is not this the latest version?
>
>
> Thank you,
>
> Saeed