Balint Molnar created KAFKA-5127: ------------------------------------ Summary: Replace pattern matching with foreach where the case None is unused Key: KAFKA-5127 URL: https://issues.apache.org/jira/browse/KAFKA-5127 Project: Kafka Issue Type: Bug Components: core Reporter: Balint Molnar Assignee: Balint Molnar Priority: Minor
There are various place where pattern matching is used with matching only for one thing and ignoring the None type, this can be replaced with foreach. -- This message was sent by Atlassian JIRA (v6.3.15#6346)