Kafka - Advanced Stream Processing
What is the issue with this Kafka deserializer implementation?
public class StringDeserializer implements Deserializer{ public String deserialize(String topic, byte[] data) { return new String(data); } }
What is the issue with this Kafka deserializer implementation?
public class StringDeserializer implements Deserializer{ public String deserialize(String topic, byte[] data) { return new String(data); } }
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions