Kafka - Streams
Identify the error in this Kafka Streams code snippet:
var result = orders .groupBy(order -> order.customerId) .count();
var result = orders .groupBy(order -> order.customerId) .count();
order -> order.customerId, which is invalid for groupBy.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions