Kafka - Consumers
What is the likely cause of this error in a Kafka consumer?
org.apache.kafka.common.errors.SerializationException: Error deserializing key/value for partition
Given the consumer uses
IntegerDeserializer but the producer sends String keys.