llofberg / kafka-connect-rest

Kafka Connect REST connector
Apache License 2.0
108 stars 55 forks source link

Make two methods public in RestSinkConnectorConfig #10

Closed kathleentully closed 6 years ago

kathleentully commented 6 years ago

I'd like to extend the sink task for a very specific implementation, but not being able to access these methods outside the package is giving me trouble. I see no reason for these 2 methods to be package private, especially since other similar methods are not.