Re: org.apache.kafka.common.KafkaException: org.apache.kafka.common.serialization.ByteArraySerializer is not an instance of org.apache.kafka.common.serialization.Serializer
Hey Buks,
On Mon, 27 Jan 2020 at 07:51, <buksvdl@gmail.com> wrote:
>
>
> Hi, I would appreciate any help on this.
>
> Thanks a stack!
>
> Buks
>
>
>
> <dependency>
> <groupId>org.apache.kafka</groupId>
> <artifactId>kafka-clients</artifactId>
> <version>${kafka.version}</version>
> </dependency>
>
>
>
> <kafka.version>2.3.1</kafka.version>
>
>
>
> <parent>
> <groupId>org.springframework.boot</groupId>
> <artifactId>spring-boot-starter-parent</artifactId>
> <version>2.2.4.RELEASE</version>
> <relativePath/> <!-- lookup parent from repository -->
> </parent>
>
>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
Seems like you're using Spring boot with Kafka. Did you manage to start in
debug mode to see where the hickup is? Also, is that the only stack trace
info ?
>
On Mon, 27 Jan 2020 at 07:51, <buksvdl@gmail.com> wrote:
>
>
> Hi, I would appreciate any help on this.
>
> Thanks a stack!
>
> Buks
>
>
>
> <dependency>
> <groupId>org.apache.kafka</groupId>
> <artifactId>kafka-clients</artifactId>
> <version>${kafka.version}</version>
> </dependency>
>
>
>
> <kafka.version>2.3.1</kafka.version>
>
>
>
> <parent>
> <groupId>org.springframework.boot</groupId>
> <artifactId>spring-boot-starter-parent</artifactId>
> <version>2.2.4.RELEASE</version>
> <relativePath/> <!-- lookup parent from repository -->
> </parent>
>
>
>
>
>
> Sent from Mail <https://go.microsoft.com/fwlink/?LinkId=550986> for
> Windows 10
>
>
>
Seems like you're using Spring boot with Kafka. Did you manage to start in
debug mode to see where the hickup is? Also, is that the only stack trace
info ?
>
Comments
Post a Comment