Skip to content

Commit

Permalink
Merge pull request #174 from boozallen/173-kafka-docker-build-failure
Browse files Browse the repository at this point in the history
#173 🐛 fix breaking kafka container build by removing old block t…
  • Loading branch information
d-ryan-ashcraft authored Jun 27, 2024
2 parents f13c505 + 995b63c commit bb396d1
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,6 @@ RUN mkdir /opt/connectors && \
chown -R kafka:kafka /opt/bitnami/kafka

USER kafka
# Install kafka-connect-spooldir plugin that can be used with Kafka Connect to read CSV data into topics
RUN curl -slLO https://d1i4a15mxbxib1.cloudfront.net/api/plugins/jcustenborder/kafka-connect-spooldir/versions/2.0.62/jcustenborder-kafka-connect-spooldir-2.0.62.zip \
--output-dir /opt/connectors && \
unzip /opt/connectors/jcustenborder-kafka-connect-spooldir-2.0.62.zip -d /opt/connectors && \
rm /opt/connectors/jcustenborder-kafka-connect-spooldir-2.0.62.zip

# Copy over configs
COPY ./src/main/resources/config/ /opt/bitnami/kafka/config/

0 comments on commit bb396d1

Please sign in to comment.