[KAFKA-38] Allow just class names for default configuration classes Created: 01/Jul/19  Updated: 21/Aug/19  Resolved: 21/Aug/19

Status: Closed
Project: Kafka Connector
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Improvement Priority: Major - P3
Reporter: Ross Lawley Assignee: Ross Lawley
Resolution: Won't Fix Votes: 0
Labels: None
Remaining Estimate: Not Specified
Time Spent: Not Specified
Original Estimate: Not Specified


 Description   

Currently, users have to put the full class path for configuration. Allowing users to just use the class names for all the default classes is much friendlier.

// Compare: 
processor.chain=com.mongodb.kafka.connect.mongodb.processor.DocumentIdAdder,com.mongodb.kafka.connect.mongodb.processor.BlacklistValueProjector
 
// To:
processor.chain=DocumentIdAdder,BlacklistValueProjector

Note: Users would still be able to use their own full path configuration.



 Comments   
Comment by Ross Lawley [ 21/Aug/19 ]

It doesn't solve a real problem and may actually create more confusion.

Generated at Thu Feb 08 09:05:25 UTC 2024 using Jira 9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66.