Ewen Cheslack-Postava created KAFKA-2776: --------------------------------------------
Summary: JsonConverter uses wrong key to look up schema conversion cache size configuration Key: KAFKA-2776 URL: https://issues.apache.org/jira/browse/KAFKA-2776 Project: Kafka Issue Type: Bug Components: copycat Reporter: Ewen Cheslack-Postava Assignee: Ewen Cheslack-Postava Fix For: 0.9.0.0 There's a typo where the wrong variable is used as the key when looking up this config. Instead of SCHEMAS_CACHE_CONFIG, we have SCHEMAS_CACHE_SIZE_DEFAULT. We should a) fix the naming of SCHEMAS_CACHE_CONFIG to SCHEMAS_CACHE_SIZE_CONFIG and b) fix the key used when looking up that configuration options. The current code results in always using the default cache size. -- This message was sent by Atlassian JIRA (v6.3.4#6332)