You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nothing really to say here all of a sudden my Kafka Application stopped working after working for moths with the following message:
Size of data received by LongDeserializer is not 8
No changes were made in my application. After change the key deserializer to BytesDeserializer it worked again. Is there any specific reason this should out of the blue happen. I cannot seem to find any documentation of microsoft where this change was announced.
How to reproduce
use LongDeserializer as a KeyDeserializer
Has it worked previously?
Yes
Checklist
Kafka Java libraries:
org.apache.kafka.kafka 3.2.0
The text was updated successfully, but these errors were encountered:
Description
Nothing really to say here all of a sudden my Kafka Application stopped working after working for moths with the following message:
No changes were made in my application. After change the key deserializer to BytesDeserializer it worked again. Is there any specific reason this should out of the blue happen. I cannot seem to find any documentation of microsoft where this change was announced.
How to reproduce
use LongDeserializer as a KeyDeserializer
Has it worked previously?
Yes
Checklist
Kafka Java libraries:
The text was updated successfully, but these errors were encountered: