awslabs / kinesis-kafka-connector

kinesis-kafka-connector is connector based on Kafka Connect to publish messages to Amazon Kinesis streams or Amazon Kinesis Firehose.
Apache License 2.0
153 stars 91 forks source link

ISSUE 74 - Build JAR in a standard way #74

Closed bdesert closed 1 year ago

bdesert commented 1 year ago

currently we have jar with dependencies (UBER) and one without. for a proper work with class loaders, need to change it to a standard output: jar without dependencies + lib folder with all the dependencies.