Kafka - Consumers
What is wrong with this Kafka consumer configuration snippet?
props.put("enable.auto.commit", "true");What is wrong with this Kafka consumer configuration snippet?
props.put("enable.auto.commit", "true");enable.auto.commit property expects a boolean value, not a string.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions