Skip to content
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

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

nirajpatel
Copy link

No description provided.

@nirajpatel nirajpatel changed the title fix to point replication directory at universal location fix to point replication directory at universal location, fixing provided dependency scopes Sep 30, 2016
@nirajpatel nirajpatel changed the title fix to point replication directory at universal location, fixing provided dependency scopes fix to point replication directory at universal location, fixing provided dependency scopes, upgrading kafka & java, splitting out configuration Sep 30, 2016
@nirajpatel
Copy link
Author

<source>1.7</source>
<target>1.7</target>
<source>1.8</source>
<target>1.8</target>
Copy link
Author

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>
Copy link
Author

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";
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Universally available path

@nirajpatel nirajpatel force-pushed the master branch 2 times, most recently from 4c6d9f1 to de2c45a Compare September 30, 2016 13:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant