Size of data received by LongDeserializer is not 8

Hello, does someone know how to deal with Size of data received by LongDeserializer is not 8

Message example for avro ({\“prop_id\“:81334788527128})

Long has 8 bytes, so value should fit. Is this a Java example? Probably need to add L after the number, so it’s a long.

It’s an error from https://confluent.cloud

while trying to create table from kafka topic

Don’t know in that case, seems like it should work.

I think so, but it doesn’t :disappointed:

You should be using AvroDeserializer if it’s Avro

How can I use it in confluent.cloud?

I think https://confluent.cloud make a choice on its own

The same happens to me while using JSON, AVRO. It seems like it doesn’t matter which type I try to use.