kafka-connect-storage-common icon indicating copy to clipboard operation
kafka-connect-storage-common copied to clipboard

Fix #64 by using AvroDataConfig keys in the new map

Open dcsobral opened this issue 7 years ago • 2 comments

AvroDataConfig's SCHEMAS_CACHE_SIZE_CONFIG is not the same as StorageSinkConnectorConfig's SCHEMA_CACHE_SIZE_CONFIG, which leads to AvroDataConfig being created without the correct data for that configuration parameter.

dcsobral avatar May 11 '18 22:05 dcsobral

@confluentinc It looks like @dcsobral just signed our Contributor License Agreement. :+1:

Always at your service,

clabot

ghost avatar May 11 '18 22:05 ghost

Could not reproduce locally using same command line, and build doesn't contain information about test failures. Both this PR and one on schema-registry are failing with what seems to be the same error: an NPE when running the test goal, right on the first module after parent. The original build back in May passed, and a new build was run around June 7/8 (depending on repo) failing, and always failing from that time on.

dcsobral avatar Jul 06 '18 17:07 dcsobral