Jeff Kim created KAFKA-10328: -------------------------------- Summary: MockConsumer behaves differently than KafkaConsumer Key: KAFKA-10328 URL: https://issues.apache.org/jira/browse/KAFKA-10328 Project: Kafka Issue Type: Bug Components: consumer Reporter: Jeff Kim Assignee: Jeff Kim
the behavior of `MockConsumer` is different from `KafkaConsumer` under multi-threaded access. MockConsumer should throw `ConcurrentModificationException` instead of synchronizing all methods. -- This message was sent by Atlassian Jira (v8.3.4#803005)