-
Notifications
You must be signed in to change notification settings - Fork 62
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix to point replication directory at universal location, fixing provided dependency scopes, upgrading kafka & java, splitting out configuration #13
base: master
Are you sure you want to change the base?
Conversation
<source>1.7</source> | ||
<target>1.7</target> | ||
<source>1.8</source> | ||
<target>1.8</target> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Streams! :)
<version>0.9.0.0</version> | ||
<scope>compile</scope> | ||
<version>${kafka.version}</version> | ||
<scope>provided</scope> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Making dependencies that are provided by Kafka have the correct scope
|
||
private static String REPLICATION_PATH = "/home/vagrant/mongo"; | ||
private MongodbSourceTask task; | ||
private static String REPLICATION_PATH = "/tmp/mongo"; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Universally available path
4c6d9f1
to
de2c45a
Compare
No description provided.