-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fixed mongodb connector version updated readmes * updated mongodb connector version
- Loading branch information
1 parent
8cd2807
commit ec6344b
Showing
4 changed files
with
4 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,7 @@ | ||
FROM confluentinc/cp-kafka-connect:7.2.2 | ||
FROM confluentinc/cp-kafka-connect:7.2.5 | ||
|
||
#If you want to run a local build of the connector, uncomment the COPY command and make sure the JAR file is in the directory path | ||
#COPY mongo-kafka-connect-<<INSERT BUILD HERE>>3-all.jar /usr/share/confluent-hub-components | ||
|
||
RUN confluent-hub install --no-prompt mongodb/kafka-connect-mongodb:1.8.0 | ||
RUN confluent-hub install --no-prompt --verbose mongodb/kafka-connect-mongodb:latest | ||
|
||
ENV CONNECT_PLUGIN_PATH="/usr/share/java,/usr/share/confluent-hub-components" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters