agile-lab-dev / darwin

Avro Schema Evolution made easy
Apache License 2.0
34 stars 10 forks source link

Handle multiple connectors #23

Closed tmnd1991 closed 5 years ago

tmnd1991 commented 5 years ago

As of now, we pick up the first connector available. Stated that should not be more than one connector in the class path, this might be handy for testing purpose. Therefore I purpose to add a configuration that specifies the preferred connector. If that is not available, an exception will be thrown, if available that will be chosen over the others. If nothing is specified the original behavior will be kept.